ITreeListDataColumn.ExportWidth Property
In This Article
Specifies the column’s export width in pixels.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(200)]
int ExportWidth { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 200 | The column width. |
#Remarks
Refer to the ExportWidth property description for more information and an example.
See Also