Back to Devexpress

TreeListAppearanceCollection.Row Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistappearancecollection-05340c8b.md

latest2.8 KB
Original Source

TreeListAppearanceCollection.Row Property

Gets the appearance settings used to paint data cells within Tree List nodes.

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

An AppearanceObject object that provides the appearance settings used to paint data cells within Tree List nodes.

|

Remarks

The Row property specifies the appearance settings of the data cells that reside within nodes. Even and odd nodes can be painted using different appearances. Use the TreeListAppearanceCollection.EvenRow and TreeListAppearanceCollection.OddRow properties for this purpose. In this case, the appearance settings specified by the Row property are combined.

Individual columns can override the appearance settings for their cells via the TreeListColumn.AppearanceCell property. To specify custom appearances for individual node cells, handle the TreeList.NodeCellStyle event.

For more information on appearances, see the Appearances topic.

See Also

EvenRow

OddRow

Appearances

TreeListAppearanceCollection Class

TreeListAppearanceCollection Members

DevExpress.XtraTreeList Namespace