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