Class InsertCellsDialogContext
Represents context for the the InsertCellsDialog.
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 InsertCellsDialogContext : RadSpreadsheetDialogContext
Constructors
InsertCellsDialogContext(RadSpreadsheetElement)
Initializes a new instance of the InsertCellsDialogContext class.
Declaration
public InsertCellsDialogContext(RadSpreadsheetElement radSpreadsheet)
Parameters
RadSpreadsheetElement
radSpreadsheet
The RAD spreadsheet. |
Properties
SelectedInsertCellsType
Gets or sets the selected insert cells type.
Declaration
public InsertCellsType SelectedInsertCellsType { get; set; }
Property Value
InsertCellsType
The selected insert cells type. |