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