Back to Devexpress

GridViewAppearances.VertLine Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewappearances-e88ba5cf.md

latest1.8 KB
Original Source

GridViewAppearances.VertLine Property

Gets the appearance settings used to paint the vertical lines.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

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

|

Remarks

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

See Also

HorzLine

Appearance and Conditional Formatting

GridViewAppearances Class

GridViewAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace