Back to Devexpress

TreeListView.ActualAlternateRowBackground Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-03f2b9f9.md

latest1.9 KB
Original Source

TreeListView.ActualAlternateRowBackground Property

Gets the actual brush that is used to the alternate row background. 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 Brush ActualAlternateRowBackground { get; protected set; }
vb
Public Property ActualAlternateRowBackground As Brush

Property Value

TypeDescription
Brush

A Brush value.

|

Remarks

If the TreeListView.UseEvenRowBackground property is set to true , the TreeListView.EvenRowBackground brush is used to alternate the row background. Otherwise, the TreeListView.AlternateRowBackground brush is used. Use the ActualAlternateRowBackground property to retrieve the actual brush.

See Also

UseEvenRowBackground

EvenRowBackground

AlternateRowBackground

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace