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