ClassInsertCellsDialogContext
Class
Represents context for the the InsertCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class InsertCellsDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextInsertCellsDialogContext
Inherited Members
Constructors
InsertCellsDialogContext(RadSpreadsheet)
Initializes a new instance of the InsertCellsDialogContext class.
Declaration
cs-api-definition
public InsertCellsDialogContext(RadSpreadsheet radSpreadsheet)
Parameters
radSpreadsheet
The RAD spreadsheet.
Properties
SelectedInsertCellsType
Gets or sets the selected insert cells type.
Declaration
cs-api-definition
public InsertCellsType SelectedInsertCellsType { get; set; }
Property Value
The selected insert cells type.