ClassRadSpreadsheetDialogContentBase<TContext>
Represents base for the dialogs content classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Type Parameters:
TContext
Syntax:
public abstract class RadSpreadsheetDialogContentBase<TContext> : RadSpreadsheetDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<TContext>, IRadSpreadsheetDialogContent where TContext : RadSpreadsheetDialogContext
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<TContext>
Derived Classes:
Implements:
Inherited Members
Constructors
RadSpreadsheetDialogContentBase()
Initializes a new instance of the RadSpreadsheetDialogContentBase class.
Declaration
protected RadSpreadsheetDialogContentBase()
Properties
Context
Gets or sets the context.
Declaration
protected TContext Context { get; set; }
Property Value
TContext
The context.
HostWindow
Gets the host window.
Declaration
protected RadWindow HostWindow { get; }
Property Value
The host window.
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
onClosed
The action.
Implements
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnClosed()
Called when the dialog is closed.
Declaration
protected virtual void OnClosed()
Show(TContext)
Shows the dialog.
Declaration
public void Show(TContext context)
Parameters
context
TContext
The context.
Implements
ShowDialog(TContext)
Shows the dialog as a modal dialog.
Declaration
public void ShowDialog(TContext context)
Parameters
context
TContext
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.