Skip to main content
All docs
V25.1
  • ITreeListDataColumn.ExportWidth Property

    Specifies the column’s export width in pixels.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [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