Back to Devexpress

CardOptionsView.ShowHorzScrollBar Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-card-dot-cardoptionsview-88bd3611.md

latest2.0 KB
Original Source

CardOptionsView.ShowHorzScrollBar Property

Gets or sets a value specifying whether the horizontal scroll bar is displayed.

Namespace : DevExpress.XtraGrid.Views.Card

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowHorzScrollBar { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowHorzScrollBar As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the horizontal scroll bar is displayed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowHorzScrollBar
CardView

.OptionsView .ShowHorzScrollBar

|

See Also

ShowCardCaption

ShowEmptyFields

ShowLines

CardOptionsView Class

CardOptionsView Members

DevExpress.XtraGrid.Views.Card Namespace