Skip to main content

IGridDataColumn.DisplayFormat Property

Specifies the format string for column values.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
String null

The format string.

Remarks

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

See Also