Back to Devexpress

BaseOptionsView.ShowHorzLines Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-baseoptionsview-9e7efa57.md

latest1.8 KB
Original Source

BaseOptionsView.ShowHorzLines Property

Gets or sets whether horizontal lines are displayed.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true , to display horizontal lines; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowHorzLines
VGridControlBase

.OptionsView .ShowHorzLines

|

See Also

ShowVertLines

BaseOptionsView Class

BaseOptionsView Members

DevExpress.XtraVerticalGrid Namespace