Class LabelFilterOptionsDialog
Represents the dialog for the label filter options.
Inherited Members
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class LabelFilterOptionsDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ILabelFilterOptionsDialog
Constructors
LabelFilterOptionsDialog()
Initializes a new instance of the LabelFilterOptionsDialog class.
Declaration
public LabelFilterOptionsDialog()
Properties
SelectedCondition
Gets the selected condition.
Declaration
public virtual Condition SelectedCondition { get; }
Property Value
Condition
The selected condition. |
Implements
SelectedFilter
Gets the selected filter.
Declaration
public virtual ILabelGroupFilter SelectedFilter { get; }
Property Value
ILabelGroupFilter
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(ILabelGroupFilter, ILabelGroupFilterHost, String)
Loads the settings.
Declaration
public virtual void LoadSettings(ILabelGroupFilter filter, ILabelGroupFilterHost filterHost, string fieldName)
Parameters
ILabelGroupFilter
filter
The filter. |
ILabelGroupFilterHost
filterHost
The filter host. |
System.String
fieldName
Name of the field. |
Implements
LoadSettings(IReportFilterDescription, Condition, String)
Loads the settings.
Declaration
public virtual void LoadSettings(IReportFilterDescription description, Condition condition, string fieldName)
Parameters
IReportFilterDescription
description
The description. |
Condition
condition
The condition. |
System.String
fieldName
Name of the field. |
Implements
LoadSettingsCore(Condition, ILabelGroupFilterHost, IFilterOperatorsProvider, IFilteringDescription, String)
Loads the settings.
Declaration
protected virtual void LoadSettingsCore(Condition condition, ILabelGroupFilterHost filterHost, IFilterOperatorsProvider operatorsProvider, IFilteringDescription filteringDescription, string fieldName)
Parameters
Condition
condition
The condition. |
ILabelGroupFilterHost
filterHost
The filter host. |
IFilterOperatorsProvider
operatorsProvider
The operators provider. |
IFilteringDescription
filteringDescription
The filtering description. |
System.String
fieldName
Name of the field. |
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
ILabelFilterOptionsDialog.ShowDialog()
Declaration
DialogResult ILabelFilterOptionsDialog.ShowDialog()
Returns
System.Windows.Forms.DialogResult
|