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
Group The selected comparer. |
Implements
SortOrder
Gets or sets the sort order.
Declaration
public SortOrder SortOrder { get; }
Property Value
Sort The sort order. |
Implements
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System. 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
IGroup The group description. |
System. The aggregate names. |
Implements
OnLoad(EventArgs)
Raises the System.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System. An System. |
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.
|