InterfaceIFilterControl
Interface
Defines the filtering User Interface used to allow users to visually filter a DataGridColumn instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IFilterControl
Derived Classes:
Properties
AssociatedDescriptor
Gets or sets the FilterDescriptorBase instance associated with the control upon its loading into the visual tree.
Declaration
cs-api-definition
FilterDescriptorBase AssociatedDescriptor { get; set; }
Property Value
Methods
CreateDefaultDescriptor()
Declaration
cs-api-definition
FilterDescriptorBase CreateDefaultDescriptor()
Returns