Class Top10FilterOptionsDialog
Represents the dialog for the top 10 filter options.
Inherited Members
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class Top10FilterOptionsDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ITop10FilterOptionsDialog
Constructors
Top10FilterOptionsDialog()
Initializes a new instance of the Top10Filter
Declaration
public Top10FilterOptionsDialog()
Properties
SelectedFilter
Gets the selected filter.
Declaration
public virtual ITopGroupsFilter SelectedFilter { get; }
Property Value
ITop The selected filter. |
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(ITopGroupsFilter, String, IEnumerable<String>)
Loads the settings.
Declaration
public virtual void LoadSettings(ITopGroupsFilter filter, string fieldName, IEnumerable<string> aggregateNames)
Parameters
ITop The filter. |
System. Name of the field. |
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
ITop10FilterOptionsDialog.ShowDialog()
Declaration
DialogResult ITop10FilterOptionsDialog.ShowDialog()
Returns
System.
|