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 Label
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
ILabel 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(ILabelGroupFilter, ILabelGroupFilterHost, String)
Loads the settings.
Declaration
public virtual void LoadSettings(ILabelGroupFilter filter, ILabelGroupFilterHost filterHost, string fieldName)
Parameters
ILabel The filter. |
ILabel The filter host. |
System. Name of the field. |
Implements
LoadSettings(IReportFilterDescription, Condition, String)
Loads the settings.
Declaration
public virtual void LoadSettings(IReportFilterDescription description, Condition condition, string fieldName)
Parameters
IReport The description. |
Condition
condition
The condition. |
System. 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. |
ILabel The filter host. |
IFilter The operators provider. |
IFiltering The filtering description. |
System. Name of the field. |
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
ILabelFilterOptionsDialog.ShowDialog()
Declaration
DialogResult ILabelFilterOptionsDialog.ShowDialog()
Returns
System.
|