InterfaceICardDataFieldFilterDescriptor
Interface
Represents a CardDataFieldFilterDescriptor associated with a specific CardDataFieldDescriptor.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public interface ICardDataFieldFilterDescriptor : IFilterDescriptor, INotifyPropertyChanged, ISuspendNotifications
Inherited Members
Properties
CardDataFieldDescriptor
Gets the corresponding CardDataFieldDescriptor for this filter descriptor.
Declaration
cs-api-definition
CardDataFieldDescriptor CardDataFieldDescriptor { get; }
Property Value
The CardDataFieldDescriptor.
DistinctFilter
Gets the distinct filter for the CardDataFieldDescriptor. This represents the upper part of the filtering UI.
Declaration
cs-api-definition
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
cs-api-definition
IFieldFilterDescriptor FieldFilter { get; }
Property Value
The field filter for the CardDataFieldDescriptor.