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