ASPxPivotGrid.Width Property
In This Article
Gets or sets the ASPxPivotGrid width.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Unit | A Unit value that specifies the ASPx |
#Remarks
The Width
property is in effect when the horizontal scrollbar is displayed (the PivotGridWebOptionsView.HorizontalScrollBarMode property is set to true
).
See Also