IRadSpreadsheetDialogContent
Interface
Defines the members of the RadSpreadsheet dialog content classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public interface IRadSpreadsheetDialogContent
Derived Classes:
Properties
Gets or sets the dialog result.
C#
bool? DialogResult { get; set; }
The dialog result.
ResizeMode
ResizeMode
Gets or sets the resize mode.
C#
ResizeMode ResizeMode { get; set; }
The resize mode.
WindowStartupLocation
WindowStartupLocation
Gets or sets the window startup location.
C#
WindowStartupLocation WindowStartupLocation { get; set; }
The window startup location.
Methods
Executes the specified action when the dialog is closed.
Events
Occurs when the dialog is closed.
C#
event EventHandler Closed