Skip to main content
All docs
V25.2
  • FilterBuilderCustomizeOperatorsEventArgs.FieldType Property

    Returns the field data type.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public Type FieldType { get; }

    Property Value

    Type Description
    Type

    The data type.

    Remarks

    Refer to the CustomizeOperators event description for more information and examples.

    See Also