ASPxGridViewSettings.ShowHorizontalScrollBar Property
In This Article
OBSOLETE
Use the Settings.
Gets or sets whether the horizontal scrollbar is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(false)]
[Obsolete("Use the Settings.HorizontalScrollBarMode property instead.")]
public bool ShowHorizontalScrollBar { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Show |
---|---|
ASPx |
|
Grid |
|
#Remarks
Use the ASPxGridSettings.HorizontalScrollBarMode property instead.
Note
When scrolling is enabled, width dimension properties (such as the grid’s ASPx
See Also