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

TreeListOptionsView.EnableAppearanceEvenRow Property

Gets or sets whether even nodes are painted using the appearance settings provided by the TreeListAppearanceCollection.EvenRow property.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool EnableAppearanceEvenRow { get; set; }

Property Value

Type Default Description
Boolean **false**

true to paint even nodes using the appearance settings provided by the TreeListAppearanceCollection.EvenRow property; false to use the appearance settings provided by the TreeListAppearanceCollection.Row property.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableAppearanceEvenRow
WinForms Controls ResourcesTree
.OptionsView.EnableAppearanceEvenRow
TreeList
.OptionsView.EnableAppearanceEvenRow
Reporting XRDesignFieldList
.OptionsView.EnableAppearanceEvenRow
XRDesignReportExplorer
.OptionsView.EnableAppearanceEvenRow

Remarks

For more information on appearances, see the Appearances document.

See Also