Skip to main content
All docs
V25.2
  • IGridDataColumn.ExportWidth Property

    Specifies the column’s export width.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.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 additional information and an example.

    See Also