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

    Specifies a summary’s display text.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    public string DisplayText { get; set; }

    Property Value

    Type Description
    String

    The display text.

    Remarks

    Use the {0} placeholder to add the summary value to the summary text.

    Refer to the TreeListCustomizeSummaryDisplayTextEventArgs class description for additional information and an example.

    See Also