InterfaceIRadSpreadsheetDialogContent
Interface
Defines the members of the RadSpreadsheet dialog content classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public interface IRadSpreadsheetDialogContent
Properties
DialogResult
Gets or sets the dialog result.
Declaration
cs-api-definition
bool? DialogResult { get; set; }
Property Value
bool?
The dialog result.
Header
Gets or sets the header.
ResizeMode
Gets or sets the resize mode.
Declaration
cs-api-definition
ResizeMode ResizeMode { get; set; }
Property Value
ResizeMode
The resize mode.
WindowStartupLocation
Gets or sets the window startup location.
Declaration
cs-api-definition
WindowStartupLocation WindowStartupLocation { get; set; }
Property Value
WindowStartupLocation
The window startup location.
Methods
ExecuteOnNextClosed(Action)
Executes the specified action when the dialog is closed.
Declaration
cs-api-definition
void ExecuteOnNextClosed(Action onClosed)
Parameters
onClosed
The action.
Events
Closed
Occurs when the dialog is closed.