InterfaceIColumnFilterDescriptor
Represents a column filter descriptor associated with a specific column.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public interface IColumnFilterDescriptor : IFilterDescriptor, INotifyPropertyChanged, ISuspendNotifications
Inherited Members
Properties
Column
Gets the corresponding column for this filter descriptor.
Declaration
GridViewColumn Column { get; }
Property Value
The column.
DistinctFilter
Gets the distinct filter for the column. This represents the upper part of the filtering UI.
Declaration
IDistinctValuesFilterDescriptor DistinctFilter { get; }
Property Value
IDistinctValuesFilterDescriptor
Gets the distinct filter for the column.
FieldFilter
Gets the field filter for the column. This represents the lower part of the filtering UI.
Declaration
IFieldFilterDescriptor FieldFilter { get; }
Property Value
The field filter for the column.
Methods
Clear()
Clears this column filter descriptor and deactivates it.
Declaration
void Clear()
Refresh()
Refreshes the column filter descriptor from its parent column.
Declaration
void Refresh()