Interface IRadSpreadsheetDialogContent
Defines the members of the RadSpreadsheet dialog content classes.
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public interface IRadSpreadsheetDialogContent
Properties
DialogResult
Gets or sets the dialog result.
Declaration
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
FormBorderStyle ResizeMode { get; set; }
Property Value
System.Windows.Forms.FormBorderStyle
The resize mode. |
WindowStartupLocation
Gets or sets the window startup location.
Declaration
FormStartPosition WindowStartupLocation { get; set; }
Property Value
System.Windows.Forms.FormStartPosition
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
|