Skip to main content

IGridSummaryItem.ValueDisplayFormat Property

Specifies the display format for the summary item value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
String null

A string that specifies the display format. An empty string applies the predefined format string.

Remarks

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

See Also