Class FieldFilterControl
Inheritance
System.Object
FieldFilterControl
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class FieldFilterControl : ContentControl, IAutomationPeer, IPeerConverter, IFieldFilterControl, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
FieldFilterControl()
Declaration
public FieldFilterControl()
Properties
FilterEditorContentControl
FilterOperatorsDropDown
Declaration
public RadDropDownButton FilterOperatorsDropDown { get; }
Property Value
RadDropDownButton
|
FilterOperatorsListBox
Methods
SelectFilterOperator(String)
Declaration
public void SelectFilterOperator(string filterOperator)
Parameters
System.String
filterOperator
|
Explicit Interface Implementations
IFieldFilterControl.FilterEditorContentControl
Declaration
ContentControl IFieldFilterControl.FilterEditorContentControl { get; }
Returns
ContentControl
|
Implements
IFieldFilterControl.FilterOperatorsDropDown
Declaration
IRadDropDownButton IFieldFilterControl.FilterOperatorsDropDown { get; }
Returns
IRadDropDownButton
|
Implements
IFieldFilterControl.FilterOperatorsListBox
IFieldFilterControl.SelectFilterOperator(String)
Declaration
void IFieldFilterControl.SelectFilterOperator(string filterOperator)
Parameters
System.String
filterOperator
|