Class SortOptionsDialog
Represents the sort options dialog.
Inherited Members
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class SortOptionsDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISortOptionsDialog
Constructors
SortOptionsDialog()
Properties
SelectedComparer
Gets the selected comparer.
Declaration
public GroupComparer SelectedComparer { get; }
Property Value
GroupComparer
The selected comparer. |
Implements
SortOrder
Gets or sets the sort order.
Declaration
public SortOrder SortOrder { get; }
Property Value
SortOrder
The sort order. |
Implements
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
LoadSettings(IGroupDescription, IEnumerable<String>)
Loads the settings.
Declaration
public virtual void LoadSettings(IGroupDescription groupDescription, IEnumerable<string> aggregateNames)
Parameters
IGroupDescription
groupDescription
The group description. |
System.Collections.Generic.IEnumerable<System.String>
aggregateNames
The aggregate names. |
Implements
OnLoad(EventArgs)
Raises the System.Windows.Forms.Form.Load event.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
An System.EventArgs that contains the event data. |
Overrides
OnThemeChanged()
Called when the theme is changed.
Declaration
protected override void OnThemeChanged()
Overrides
Explicit Interface Implementations
ISortOptionsDialog.ShowDialog()
Declaration
DialogResult ISortOptionsDialog.ShowDialog()
Returns
System.Windows.Forms.DialogResult
|