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
ITopGroupsFilter
The selected filter. |
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(ITopGroupsFilter, String, IEnumerable<String>)
Loads the settings.
Declaration
void LoadSettings(ITopGroupsFilter filter, string fieldName, IEnumerable<string> aggregateNames)
Parameters
ITopGroupsFilter
filter
The filter. |
System.String
fieldName
Name of the field. |
System.Collections.Generic.IEnumerable<System.String>
aggregateNames
The aggregate names. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.Windows.Forms.DialogResult
|