Class RemoveCellsDialogContext
Represents context for the RemoveCellsDialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RemoveCellsDialogContext : RadSpreadsheetDialogContext
Constructors
RemoveCellsDialogContext(RadSpreadsheetElement)
Initializes a new instance of the RemoveCellsDialogContext class.
Declaration
public RemoveCellsDialogContext(RadSpreadsheetElement radSpreadsheetElement)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
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. |