Interface IValueFilterOptionsDialog
Represents an interface for the value filter options dialog.
Namespace: Telerik.WinControls.UI.PivotGrid.Dialogs
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IValueFilterOptionsDialog
Properties
SelectedFilter
Gets the selected filter.
Declaration
IValueGroupFilter SelectedFilter { get; }
Property Value
IValue 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(IValueGroupFilter, IValueGroupFilterHost, String, IEnumerable<String>)
Loads the settings.
Declaration
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. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.
|