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
IValueGroupFilter
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(IValueGroupFilter, IValueGroupFilterHost, String, IEnumerable<String>)
Loads the settings.
Declaration
void LoadSettings(IValueGroupFilter filter, IValueGroupFilterHost filterHost, string fieldName, IEnumerable<string> aggregateNames)
Parameters
IValueGroupFilter
filter
The filter. |
IValueGroupFilterHost
filterHost
The filter host. |
System.String
fieldName
Name of the field. |
System.Collections.Generic.IEnumerable<System.String>
aggregateNames
The aggregate names. |
ShowDialog()
Shows the dialog.
Declaration
DialogResult ShowDialog()
Returns
System.Windows.Forms.DialogResult
|