Interface IColumnFilterDescriptor
Represents a column filter descriptor associated with a specific column.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public interface IColumnFilterDescriptor : IFilterDescriptor, INotifyPropertyChanged, ISuspendNotifications
Properties
Column
Gets the corresponding column for this filter descriptor.
Declaration
GridViewColumn Column { get; }
Property Value
GridViewColumn
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
IFieldFilterDescriptor
The field filter for the column. |
IsActive
Gets a value indicating, which indicates that this filter can be applied.
Declaration
bool IsActive { get; }
Property Value
System.Boolean
|
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()