Class RadSpreadsheetDialogContentBase<TContext>
Represents base for the dialogs content classes.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RadSpreadsheetDialogContentBase<TContext> : RadSpreadsheetDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<TContext>, IRadSpreadsheetDialogContent where TContext : RadSpreadsheetDialogContext
Type Parameters
|
TContext
|
Constructors
RadSpreadsheetDialogContentBase()
Initializes a new instance of the RadSpreadsheetDialogContentBase class.
Declaration
protected RadSpreadsheetDialogContentBase()
Fields
focusSpreadsheetAction
Declaration
protected Action focusSpreadsheetAction
Field Value
|
System.Action
|
Properties
Context
Gets or sets the context.
Declaration
protected TContext Context { get; set; }
Property Value
|
TContext
The context. |
Methods
CloseOverride()
Called on dialog closed.
Declaration
protected virtual void CloseOverride()
ExecuteOnNextClosed(Action)
Executes the specified action when the dialog is closed.
Declaration
public void ExecuteOnNextClosed(Action onClosed)
Parameters
|
System.Action
onClosed
The action. |
Implements
OnClosed()
Called when the dialog is closed.
Declaration
protected virtual void OnClosed()
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
|
System.EventArgs
e
|
Show(TContext)
Shows the dialog.
Declaration
public void Show(TContext context)
Parameters
|
TContext
context
The context. |
Implements
ShowDialog(TContext)
Shows the dialog as a modal dialog.
Declaration
public virtual void ShowDialog(TContext context)
Parameters
|
TContext
context
The context. |
Implements
ShowDialogOverride()
Called before showing dialog.
Declaration
protected virtual void ShowDialogOverride()
ShowOverride()
Called before showing dialog.
Declaration
protected virtual void ShowOverride()
Events
Closed
Occurs when the dialog is closed.
Declaration
public event EventHandler Closed
Event Type
|
System.EventHandler
|
Implements
Explicit Interface Implementations
IRadSpreadsheetDialogContent.ResizeMode
Declaration
FormBorderStyle IRadSpreadsheetDialogContent.ResizeMode { get; set; }
Returns
|
System.Windows.Forms.FormBorderStyle
|
Implements
IRadSpreadsheetDialogContent.WindowStartupLocation
Declaration
FormStartPosition IRadSpreadsheetDialogContent.WindowStartupLocation { get; set; }
Returns
|
System.Windows.Forms.FormStartPosition
|