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