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

    Returns the field value.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public object Value { get; set; }

    Property Value

    Type Description
    Object

    The field value.

    Remarks

    Refer to the ValueEditTemplate property description for more information and an example.

    See Also