EnumFilterPartType
Enum
Defines the parts of the filtering expression that a FilterPartViewModel can represent.
Definition
Namespace:Telerik.Windows.Controls.Data.DataFilterView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public enum FilterPartType
Fields
ClosingBracket
Defines a FilterPartViewModel representing a closing bracket.
LogicalOperator
Defines a FilterPartViewModel representing the LogicalOperator inside an expression.
Member
Defines a FilterPartViewModel representing the Member inside an expression.
OpeningBracket
Defines a FilterPartViewModel representing an opening bracket.
Operator
Defines a FilterPartViewModel representing the Operator inside an expression.
Value
Defines a FilterPartViewModel representing the Value inside an expression.