Interface ISortOptionsDialog
Represents the interface for the sort options dialog.
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface ISortOptionsDialog
Properties
SelectedComparer
Gets the selected comparer.
Declaration
GroupComparer SelectedComparer { get; }
Property Value
Group The selected comparer. |
SortOrder
Gets the sort order.
Declaration
SortOrder SortOrder { get; }
Property Value
Sort The sort order. |
ThemeName
Gets or sets the name of the theme.
Declaration
string ThemeName { get; set; }
Property Value
System. The name of the theme. |
Methods
LoadSettings(IGroupDescription, IEnumerable<String>)
Loads the settings.
Declaration
void LoadSettings(IGroupDescription groupDescription, IEnumerable<string> aggregateNames)
Parameters
IGroup The group description. |
System. The aggregate names. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.
|