ClassRadSpreadsheetDialogContext
Class
A base class for the RadSpreadsheet dialog context classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContext
Derived Classes:
Constructors
RadSpreadsheetDialogContext(RadSpreadsheet)
Initializes a new instance of the RadSpreadsheetDialogContext class.
Declaration
cs-api-definition
public RadSpreadsheetDialogContext(RadSpreadsheet radSpreadsheet)
Parameters
radSpreadsheet
The RadSpreadsheet.
Properties
Owner
Gets or sets the owner of the dialog.
Declaration
cs-api-definition
public ContentControl Owner { get; set; }
Property Value
ContentControl
The owner of the dialog.
RadSpreadsheet
Gets the RadSpreadsheet.
Declaration
cs-api-definition
public RadSpreadsheet RadSpreadsheet { get; }
Property Value
The RadSpreadsheet.