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
GroupComparer
The selected comparer. |
SortOrder
Gets the sort order.
Declaration
SortOrder SortOrder { get; }
Property Value
SortOrder
The sort order. |
ThemeName
Gets or sets the name of the theme.
Declaration
string ThemeName { get; set; }
Property Value
System.String
The name of the theme. |
Methods
LoadSettings(IGroupDescription, IEnumerable<String>)
Loads the settings.
Declaration
void LoadSettings(IGroupDescription groupDescription, IEnumerable<string> aggregateNames)
Parameters
IGroupDescription
groupDescription
The group description. |
System.Collections.Generic.IEnumerable<System.String>
aggregateNames
The aggregate names. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.Windows.Forms.DialogResult
|