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 Value
Declaration
public ValueFilterOptionsDialog()
Properties
SelectedFilter
Gets the selected filter.
Declaration
public virtual IValueGroupFilter SelectedFilter { get; }
Property Value
IValue 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(IValueGroupFilter, IValueGroupFilterHost, String, IEnumerable<String>)
Loads the settings.
Declaration
public virtual void LoadSettings(IValueGroupFilter filter, IValueGroupFilterHost filterHost, string fieldName, IEnumerable<string> aggregateNames)
Parameters
IValue The filter. |
IValue The filter host. |
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
IValueFilterOptionsDialog.ShowDialog()
Declaration
DialogResult IValueFilterOptionsDialog.ShowDialog()
Returns
System.
|