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

PivotGridWebOptionsView.ShowHorizontalScrollBar Property

OBSOLETE

This property is obsolete now. Use the HorizontalScrollBarMode property instead.

Gets or sets whether the horizontal scrollbar is displayed.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[Obsolete("This property is obsolete now. Use the PivotGridWebOptionsView.HorizontalScrollBarMode property instead.")]
[DefaultValue(false)]
public bool ShowHorizontalScrollBar { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display the horizontal scrollbar; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowHorizontalScrollBar
ASPxPivotGrid
.OptionsView.ShowHorizontalScrollBar
MVCxPivotGrid
.OptionsView.ShowHorizontalScrollBar
See Also