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