Skip to main content
All docs
V26.1
  • FilterBuilderValueEditTemplateContext.DisplayText Property

    Returns the field value’s display text.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public string DisplayText { get; }

    Property Value

    Type Description
    String

    The display text.

    Remarks

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

    See Also