Skip to main content
A newer version of this page is available. .

ASPxPivotGrid.Width Property

Gets or sets the ASPxPivotGrid width.

Namespace: DevExpress.Web.ASPxPivotGrid

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

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.ShowHorizontalScrollBar property is set to true).

See Also