Interface IRadSpreadsheetDialogContent
Defines the members of the RadSpreadsheet dialog content classes.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IRadSpreadsheetDialogContent
Properties
DialogResult
Gets or sets the dialog result.
Declaration
Nullable<bool> DialogResult { get; set; }
Property Value
System.Nullable<System.Boolean>
The dialog result. |
Header
Gets or sets the header.
Declaration
string Header { get; set; }
Property Value
System.String
The header. |
ResizeMode
Gets or sets the resize mode.
Declaration
ResizeMode ResizeMode { get; set; }
Property Value
ResizeMode
The resize mode. |
WindowStartupLocation
Gets or sets the window startup location.
Declaration
WindowStartupLocation WindowStartupLocation { get; set; }
Property Value
WindowStartupLocation
The window startup location. |
Methods
ExecuteOnNextClosed(Action)
Executes the specified action when the dialog is closed.
Declaration
void ExecuteOnNextClosed(Action onClosed)
Parameters
System.Action
onClosed
The action. |
Events
Closed
Occurs when the dialog is closed.
Declaration
event EventHandler Closed
Event Type
System.EventHandler
|