Interface ITop10FilterOptionsDialog
Represents an interface for the top 10 filter options dialog.
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface ITop10FilterOptionsDialog
Properties
SelectedFilter
Gets the selected filter.
Declaration
ITopGroupsFilter SelectedFilter { get; }
Property Value
ITop The selected filter. |
ThemeName
Gets or sets the name of the theme.
Declaration
string ThemeName { get; set; }
Property Value
System. The name of the theme. |
Methods
LoadSettings(ITopGroupsFilter, String, IEnumerable<String>)
Loads the settings.
Declaration
void LoadSettings(ITopGroupsFilter filter, string fieldName, IEnumerable<string> aggregateNames)
Parameters
ITop The filter. |
System. Name of the field. |
System. The aggregate names. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.
|