FilterBuilderCustomizeOperatorsEventArgs.Operators Property
Returns a collection of associated operator items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public FilterBuilderOperatorCollection Operators { get; }
Property Value
| Type | Description |
|---|---|
| FilterBuilderOperatorCollection | The operator item collection. |
Remarks
Refer to the CustomizeOperators event description for more information and examples.
See Also