FilterBuilderOperatorCollection.Item[FilterBuilderOperatorType] Property
Returns the criteria operator item with the specifed type.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public FilterBuilderOperatorItem this[FilterBuilderOperatorType type] { get; }
Parameters
| Name | Type | Description |
|---|---|---|
| type | FilterBuilderOperatorType | The operator type. |
Property Value
| Type | Description |
|---|---|
| FilterBuilderOperatorItem | The operator item. |
Remarks
Handle the CustomizeOperators event to access and customize operator item collections (Operators). Refer to the following article for additional information and examples: Filter Operators in Blazor Filter Builder.
See Also