PivotGridWebOptionsView.ShowHorizontalScrollBar Property
In This Article
OBSOLETE
This property is obsolete now. Use the Horizontal
Gets or sets whether the horizontal scrollbar is displayed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(false)]
[Obsolete("This property is obsolete now. Use the PivotGridWebOptionsView.HorizontalScrollBarMode property instead.")]
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 Show |
---|---|
ASPx |
|
See Also