Skip to main content

ASPxPivotGrid.Width Property

Gets or sets the ASPxPivotGrid width.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public override Unit Width { get; set; }

#Property Value

Type Description
Unit

A Unit value that specifies the ASPxPivotGrid width.

#Remarks

The Width property is in effect when the horizontal scrollbar is displayed (the PivotGridWebOptionsView.HorizontalScrollBarMode property is set to true).

See Also