Back to Devexpress

VGridAppearanceCollection.HorzLine Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-002a35f8.md

latest2.2 KB
Original Source

VGridAppearanceCollection.HorzLine Property

Provides appearance settings used to paint horizontal lines that separate the control’s rows.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject HorzLine { get; }
vb
Public ReadOnly Property HorzLine As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that contains the corresponding appearance settings.

|

Remarks

Use the BackColor and BackColor2 properties to specify the colors used to paint horizontal lines that separate the control’s rows. The VGridAppearanceCollection.VertLine property specifies the colors used to paint vertical lines.

See the Appearances topic for more information on customizing appearances.

See Also

VertLine

Appearances

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace