Skip to main content
All docs
V25.2
  • FilterBuilderValueDisplayTemplateContext.Value Property

    Returns the field value.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public object Value { get; }

    Property Value

    Type Description
    Object

    The field value.

    Remarks

    Refer to the ValueDisplayTemplate property description for additional information and an example.

    See Also