New to Telerik UI for WPFStart a free 30-day trial

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 RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the RemoveCellsDialogContext class.

C#
public RemoveCellsDialogContext(RadSpreadsheet radSpreadsheet)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

Properties

Gets or sets the selected remove cells type.

C#
public RemoveCellsType SelectedRemoveCellsType { get; set; }
Property Value:

The type of the selected remove cells type.