Represents context for the RemoveCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class RemoveCellsDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextRemoveCellsDialogContext
Inherited Members
Constructors
Initializes a new instance of the RemoveCellsDialogContext class.
C#
public RemoveCellsDialogContext(RadSpreadsheet radSpreadsheet)
The RadSpreadsheet.
Properties
Gets or sets the selected remove cells type.
C#
public RemoveCellsType SelectedRemoveCellsType { get; set; }
The type of the selected remove cells type.