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 Top10FilterOptionsDialog class.
Declaration
public Top10FilterOptionsDialog()
Properties
SelectedFilter
Gets the selected filter.
Declaration
public virtual ITopGroupsFilter SelectedFilter { get; }
Property Value
ITopGroupsFilter
The selected filter. |
Implements
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
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
ITopGroupsFilter
filter
The filter. |
System.String
fieldName
Name of the field. |
System.Collections.Generic.IEnumerable<System.String>
aggregateNames
The aggregate names. |
Implements
OnLoad(EventArgs)
Raises the System.Windows.Forms.Form.Load event.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
An System.EventArgs that contains the event data. |
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.Windows.Forms.DialogResult
|