Back to Devexpress

ASPxGridViewSettings.ShowHorizontalScrollBar Property

aspnet-devexpress-dot-web-dot-aspxgridviewsettings-e99e8ef6.md

latest2.5 KB
Original Source

ASPxGridViewSettings.ShowHorizontalScrollBar Property

OBSOLETE

Use the Settings.HorizontalScrollBarMode property instead.

Gets or sets whether the horizontal scrollbar is displayed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
[Obsolete("Use the Settings.HorizontalScrollBarMode property instead.")]
public bool ShowHorizontalScrollBar { get; set; }
vb
<Obsolete("Use the Settings.HorizontalScrollBarMode property instead.")>
<DefaultValue(False)>
Public Property ShowHorizontalScrollBar As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to display the horizontal scrollbar; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowHorizontalScrollBar
ASPxGridView

.Settings .ShowHorizontalScrollBar

| | GridViewProperties |

.Settings .ShowHorizontalScrollBar

|

Remarks

Use the ASPxGridSettings.HorizontalScrollBarMode property instead.

Note

When scrolling is enabled, width dimension properties (such as the grid’s ASPxWebControl.Width, its columns’ WebColumnBase.Width, etc.) should be specified. To learn more, see the ASPxGridView Fixed Table Layout Specifics (Scrolling and Column Resizing) topic.

See Also

Grid View

ASPxGridViewSettings Class

ASPxGridViewSettings Members

DevExpress.Web Namespace