Interface
IRadSpreadsheetDialogContent<TContext>

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 IRadSpreadsheetDialogContent.ExecuteOnNextClosed(Action)IRadSpreadsheetDialogContent.DialogResultIRadSpreadsheetDialogContent.HeaderIRadSpreadsheetDialogContent.ResizeModeIRadSpreadsheetDialogContent.WindowStartupLocationIRadSpreadsheetDialogContent.Closed

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.

In this article
DefinitionMethodsShow(TContext)ShowDialog(TContext)
Not finding the help you need?
Contact Support