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.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RadSpreadsheetDialogContext
Constructors
RadSpreadsheetDialogContext(RadSpreadsheetElement)
Initializes a new instance of the RadSpreadsheetDialogContext class.
Declaration
public RadSpreadsheetDialogContext(RadSpreadsheetElement radSpreadsheet)
Parameters
RadSpreadsheetElement
radSpreadsheet
The RadSpreadsheet. |
Properties
Owner
Gets or sets the owner of the dialog.
Declaration
public RadWorksheetEditor Owner { get; set; }
Property Value
RadWorksheetEditor
The owner of the dialog. |
RadSpreadsheet
Gets the RadSpreadsheet.
Declaration
public RadSpreadsheetElement RadSpreadsheet { get; }
Property Value
RadSpreadsheetElement
The RadSpreadsheet. |