Interface IFilteringControl
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IFilteringControl : IControl, IFrameworkElement, ITargetElement
Properties
Declaration
StackPanel DistinctFilter { get; }
Property Value
Declaration
ListBox DistinctValuesList { get; }
Property Value
Declaration
IRadComboBox Filter1ComboBox { get; }
Property Value
Declaration
IRadComboBox Filter2ComboBox { get; }
Property Value
Declaration
IRadComboBox LogicalOperatorsComboBox { get; }
Property Value
Declaration
CheckBox SelectAllCheckBox { get; }
Property Value
Declaration
IStringFilterEditor StringFilterEditor { get; }
Property Value
Methods
Declaration
void SelectDistinctValues(IEnumerable<string> distinctValues)
Parameters
|
System.Collections.Generic.IEnumerable<System.String>
distinctValues
|