ITreeListDataColumn.DisplayFormat Property
Specifies the format of column and summary values calculated for this column.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.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