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
ILabel The selected filter. |
ThemeName
Gets or sets the name of the theme.
Declaration
string ThemeName { get; set; }
Property Value
System. The name of the theme. |
Methods
LoadSettings(ILabelGroupFilter, ILabelGroupFilterHost, String)
Loads the settings.
Declaration
void LoadSettings(ILabelGroupFilter filter, ILabelGroupFilterHost filterHost, string fieldName)
Parameters
ILabel The filter. |
ILabel The filter host. |
System. Name of the field. |
LoadSettings(IReportFilterDescription, Condition, String)
Loads the settings.
Declaration
void LoadSettings(IReportFilterDescription description, Condition condition, string fieldName)
Parameters
IReport The description. |
Condition
condition
The condition. |
System. Name of the field. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.
|