ClassFilteringControl
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class FilteringControl : Control, IAutomationPeer, IPeerConverter, IFilteringControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlFilteringControl
Implements:
Inherited Members
Constructors
FilteringControl()
Declaration
public FilteringControl()
Properties
ApplyFilterButton
Get the Apply button of filtering control.
ClearFilterButton
Get the Apply button of filtering control.
CloseFilterButton
Get the Close button of filtering control.
DistinctFilter
Get the distinct filter part of the filtering control.
DistinctValuesList
Get the Distinct values list of filtering control.
Filter1ComboBox
Get the Filter1 combobox of filtering control.
Declaration
public RadComboBox Filter1ComboBox { get; }
Property Value
Filter2ComboBox
Get the Filter2 combobox of filtering control.
Declaration
public RadComboBox Filter2ComboBox { get; }
Property Value
LogicalOperatorsComboBox
Get the Logical operators combobox of filtering control.
Declaration
public RadComboBox LogicalOperatorsComboBox { get; }
Property Value
SearchBox
Get the SearchBox of filtering control.
Declaration
public RadWatermarkTextBox SearchBox { get; }
Property Value
SelectAllCheckBox
Get the SelectAll button of filtering control.
StringFilterEditor
Get the StringFilterEditor of filtering control.
Declaration
public StringFilterEditor StringFilterEditor { get; }
Property Value
Methods
SelectDistinctValues(IEnumerable<string>)
Select distinct value/s from DistinctValuesList.
Declaration
public void SelectDistinctValues(IEnumerable<string> distinctValues)
Parameters
distinctValues
List of distinct values to be selected.