Skip to main content
All docs
V25.1
  • IPivotTableField.Width Property

    Specifies the width of cells where the field values are displayed.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    int Width { get; set; }

    Property Value

    Type Description
    Int32

    The cell width in pixels.

    Remarks

    Refer to the Width property description for more information and an example.

    See Also