Back to Devexpress

TreeViewControl.UseEvenRowBackground Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-2b002396.md

latest1.3 KB
Original Source

TreeViewControl.UseEvenRowBackground Property

Specifies whether to use a theme-dependent brush to highlight even nodes. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool UseEvenRowBackground { get; set; }
vb
Public Property UseEvenRowBackground As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to use a theme-dependent brush to highlight even nodes; otherwise, false.

|

Remarks

To create a custom background for even nodes, specify the TreeViewControl.EvenRowBackground property.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace