Interface
IFilteringControl

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IFilteringControl : IControl, IFrameworkElement, ITargetElement

Derived Classes: FilteringControlFilteringControl

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

ApplyFilterButton

Declaration

cs-api-definition
Button ApplyFilterButton { get; }

Property Value

Button

ClearFilterButton

Declaration

cs-api-definition
Button ClearFilterButton { get; }

Property Value

Button

CloseFilterButton

Declaration

cs-api-definition
IRadButton CloseFilterButton { get; }

Property Value

IRadButton

DistinctFilter

Declaration

cs-api-definition
StackPanel DistinctFilter { get; }

Property Value

StackPanel

DistinctValuesList

Declaration

cs-api-definition
ListBox DistinctValuesList { get; }

Property Value

ListBox

Filter1ComboBox

Declaration

cs-api-definition
IRadComboBox Filter1ComboBox { get; }

Property Value

IRadComboBox

Filter2ComboBox

Declaration

cs-api-definition
IRadComboBox Filter2ComboBox { get; }

Property Value

IRadComboBox

LogicalOperatorsComboBox

Declaration

cs-api-definition
IRadComboBox LogicalOperatorsComboBox { get; }

Property Value

IRadComboBox

SelectAllCheckBox

Declaration

cs-api-definition
CheckBox SelectAllCheckBox { get; }

Property Value

CheckBox

StringFilterEditor

Declaration

cs-api-definition
IStringFilterEditor StringFilterEditor { get; }

Property Value

IStringFilterEditor

Methods

SelectDistinctValues(IEnumerable<string>)

Declaration

cs-api-definition
void SelectDistinctValues(IEnumerable<string> distinctValues)

Parameters

distinctValues

IEnumerable<string>