Back to Devexpress

GridViewAppearances.HorzLine Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewappearances-511b416b.md

latest1.8 KB
Original Source

GridViewAppearances.HorzLine Property

Gets the appearance settings used to paint the horizontal lines.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint the horizontal lines.

|

Remarks

For more information on appearances, see the Appearance and Conditional Formatting topic.

See Also

VertLine

Appearance and Conditional Formatting

GridViewAppearances Class

GridViewAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace