Skip to main content
A newer version of this page is available. .

TreeListAppearanceCollection.EvenRow Property

Gets the appearance settings used to paint even nodes.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public AppearanceObject EvenRow { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object that provides the appearance settings used to paint even nodes.

Remarks

The EvenRow property specifies the appearance settings of data cells within even nodes. If this property is not specified, the appearance of data cells within even nodes is specified by the TreeListAppearanceCollection.Row property.

To specify the appearance of odd nodes, use the TreeListAppearanceCollection.OddRow property.

For more information on appearances, see the Appearances topic.

See Also