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.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
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