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

TreeListAppearanceCollection.OddRow Property

Gets the appearance settings used to paint odd nodes.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

public AppearanceObject OddRow { get; }

Property Value

Type Description
AppearanceObject

A AppearanceObject object that provides the appearance settings used to paint odd nodes.

Remarks

The OddRow property specifies the appearance settings of data cells within odd nodes. If this property isn’t specified, the appearance of data cells within odd nodes is specified by the TreeListAppearanceCollection.Row property.

To specify the appearance of even nodes, use the TreeListAppearanceCollection.EvenRow property.

For more information on appearances, see the Appearances topic.

See Also