Interface IRadSpreadsheetDialogContent<TContext>
Defines the members which process the context of the RadSpreadsheet dialog content classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IRadSpreadsheetDialogContent<TContext> : IRadSpreadsheetDialogContent where TContext : RadSpreadsheetDialogContext
Type Parameters
TContext
|
Methods
Show(TContext)
Shows the dialog.
Declaration
void Show(TContext context)
Parameters
TContext
context
The context. |
ShowDialog(TContext)
Shows the dialog as a modal dialog.
Declaration
void ShowDialog(TContext context)
Parameters
TContext
context
The context. |