Class RadSpreadsheetDialogContext
A base class for the RadSpreadsheet dialog context classes.
Inheritance
System.Object
RadSpreadsheetDialogContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class RadSpreadsheetDialogContext
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. |