Skip to main content
All docs
V25.1
  • ITreeListSummaryItem.ValueDisplayFormat Property

    Specifies the display format for the summary value.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    string ValueDisplayFormat { get; set; }

    Property Value

    Type Default Description
    String null

    The display format. null to inherit the value from the DxTreeListDataColumn.DisplayFormat property.

    Remarks

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

    See Also