Interface ICardDataFieldFilterDescriptor
Represents a CardDataFieldFilterDescriptor associated with a specific CardDataFieldDescriptor.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public interface ICardDataFieldFilterDescriptor : IFilterDescriptor, INotifyPropertyChanged, ISuspendNotifications
Properties
CardDataFieldDescriptor
Gets the corresponding CardDataFieldDescriptor for this filter descriptor.
Declaration
CardDataFieldDescriptor CardDataFieldDescriptor { get; }
Property Value
CardDataFieldDescriptor
The CardDataFieldDescriptor. |
DistinctFilter
Gets the distinct filter for the CardDataFieldDescriptor. This represents the upper part of the filtering UI.
Declaration
IDistinctValuesFilterDescriptor DistinctFilter { get; }
Property Value
IDistinctValuesFilterDescriptor
Gets the distinct filter for the CardDataFieldDescriptor. |
FieldFilter
Gets the field filter for the CardDataFieldDescriptor. This represents the lower part of the filtering UI.
Declaration
IFieldFilterDescriptor FieldFilter { get; }
Property Value
IFieldFilterDescriptor
The field filter for the CardDataFieldDescriptor. |
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 CardDataFieldDescriptor filter descriptor and deactivates it.
Declaration
void Clear()
Refresh()
Refreshes the card data field filter descriptor from its parent CardDataFieldDescriptor.
Declaration
void Refresh()