Back to Devexpress

GridViewPrintAppearances.Lines Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewprintappearances-ec9be3b7.md

latest1.6 KB
Original Source

GridViewPrintAppearances.Lines Property

Gets the appearance settings used to paint the horizontal and vertical lines when the grid is printed.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint the horizontal and vertical lines when the grid is printed.

|

Remarks

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

See Also

GridViewPrintAppearances Class

GridViewPrintAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace