Class CustomSortListsDialogContent
Represents custom sort condition dialog content.
Inheritance
System.Object
CustomSortListsDialogContent
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class CustomSortListsDialogContent : CustomSortListsDialogContentBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<CustomSortListsDialogContext>, IRadSpreadsheetDialogContent
Constructors
CustomSortListsDialogContent()
Initializes a new instance of the CustomSortListsDialogContent class.
Declaration
public CustomSortListsDialogContent()
Methods
CloseOverride()
Called on dialog closed.
Declaration
protected override void CloseOverride()
Overrides
Telerik.WinForms.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.WinForms.Controls.Spreadsheet.Dialogs.CustomSortListsDialogContext>.CloseOverride()
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
|
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()
Overrides
Telerik.WinForms.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.WinForms.Controls.Spreadsheet.Dialogs.CustomSortListsDialogContext>.ShowDialogOverride()