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

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

Constructors

Initializes a new instance of the InsertCellsDialogContext class.

C#
public InsertCellsDialogContext(RadSpreadsheet radSpreadsheet)
Parameters:radSpreadsheetRadSpreadsheet

The RAD spreadsheet.

Properties

Gets or sets the selected insert cells type.

C#
public InsertCellsType SelectedInsertCellsType { get; set; }
Property Value:

The selected insert cells type.