Class InsertCellsDialogContext
Represents context for the the InsertCellsDialog.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class InsertCellsDialogContext : RadSpreadsheetDialogContext
Constructors
InsertCellsDialogContext(RadSpreadsheet)
Initializes a new instance of the InsertCellsDialogContext class.
Declaration
public InsertCellsDialogContext(RadSpreadsheet radSpreadsheet)
Parameters
RadSpreadsheet
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. |