Class RemoveCellsDialogContext
Represents context for the RemoveCellsDialog.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class RemoveCellsDialogContext : RadSpreadsheetDialogContext
Constructors
RemoveCellsDialogContext(RadSpreadsheet)
Initializes a new instance of the RemoveCellsDialogContext class.
Declaration
public RemoveCellsDialogContext(RadSpreadsheet radSpreadsheet)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Properties
SelectedRemoveCellsType
Gets or sets the selected remove cells type.
Declaration
public RemoveCellsType SelectedRemoveCellsType { get; set; }
Property Value
RemoveCellsType
The type of the selected remove cells type. |