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. |
Remarks
Refer to the ValueDisplayFormat property description for more information and an example.
See Also