Class FilterOperatorsLoadingEventArgs
Provides data for the FilterOperatorsLoading event.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class FilterOperatorsLoadingEventArgs : EventArgs
Properties
AvailableOperators
Gets the available operators. You can only remove operators from this collection.
Declaration
public RemoveOnlyCollection<FilterOperator> AvailableOperators { get; }
Property Value
RemoveOnlyCollection<FilterOperator>
The available operators. |
CardDataFieldDescriptor
Gets the CardDataFieldDescriptor.
Declaration
public CardDataFieldDescriptor CardDataFieldDescriptor { get; }
Property Value
CardDataFieldDescriptor
The CardDataFieldDescriptor. |
DefaultOperator1
Gets or sets the first default operator.
Declaration
public FilterOperator? DefaultOperator1 { get; set; }
Property Value
System.Nullable<FilterOperator>
The first default operator. |
DefaultOperator2
Gets or sets the second default operator.
Declaration
public FilterOperator? DefaultOperator2 { get; set; }
Property Value
System.Nullable<FilterOperator>
The second default operator. |