Class RemoveCellsDialogContent
Represents the content of the RemoveCellsDialog.
Inheritance
System.Object
RemoveCellsDialogContent
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RemoveCellsDialogContent : RemoveCellsDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<RemoveCellsDialogContext>, IRadSpreadsheetDialogContent
Constructors
RemoveCellsDialogContent()
Initializes a new instance of the RemoveCellsDialogContent class.
Declaration
public RemoveCellsDialogContent()
Properties
SelectedRemoveCellsType
Declaration
public RemoveCellsType SelectedRemoveCellsType { get; set; }
Property Value
RemoveCellsType
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|