Interface ILabelFilterOptionsDialog
Represents the interface for the label filter options dialog.
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface ILabelFilterOptionsDialog
Properties
SelectedCondition
Gets the selected condition.
Declaration
Condition SelectedCondition { get; }
Property Value
Condition
The selected condition. |
SelectedFilter
Gets the selected filter.
Declaration
ILabelGroupFilter SelectedFilter { get; }
Property Value
ILabelGroupFilter
The selected filter. |
ThemeName
Gets or sets the name of the theme.
Declaration
string ThemeName { get; set; }
Property Value
System.String
The name of the theme. |
Methods
LoadSettings(ILabelGroupFilter, ILabelGroupFilterHost, String)
Loads the settings.
Declaration
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. |
LoadSettings(IReportFilterDescription, Condition, String)
Loads the settings.
Declaration
void LoadSettings(IReportFilterDescription description, Condition condition, string fieldName)
Parameters
IReportFilterDescription
description
The description. |
Condition
condition
The condition. |
System.String
fieldName
Name of the field. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.Windows.Forms.DialogResult
|