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