Back to Devexpress

TreeListPrintAppearanceCollection.Lines Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistprintappearancecollection-826eb527.md

latest1.8 KB
Original Source

TreeListPrintAppearanceCollection.Lines Property

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the horizontal and vertical lines when the Tree List is printed.

|

Remarks

For more information on appearances, see the Appearances and Appearances documents.

See Also

TreeListPrintAppearanceCollection Class

TreeListPrintAppearanceCollection Members

DevExpress.XtraTreeList Namespace