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

    Specifies the display format for the summary value.

    Namespace: DevExpress.Blazor

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

    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 additional information and an example.

    See Also