FilterBuilderCustomizeOperatorsEventArgs.FieldName Property
Returns the data source field.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public string FieldName { get; }
Property Value
| Type | Description |
|---|---|
| String | The field name. |
Remarks
Refer to the CustomizeOperators event description for more information and examples.
See Also