Back to Devexpress

TreeListPrintAppearanceCollection.Row Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistprintappearancecollection-c850f0fe.md

latest1.7 KB
Original Source

TreeListPrintAppearanceCollection.Row Property

Gets the appearance settings used to paint the data cells 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 Row { get; }
vb
Public ReadOnly Property Row As AppearanceObject

Property Value

TypeDescription
AppearanceObject

A AppearanceObject object which provides the appearance settings used to paint the data cells 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