TableView.ActualAlternateRowBackground Property
In This Article
Gets the actual brush that is used to 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 TableView.UseEvenRowBackground property is set to true, the TableView.EvenRowBackground brush is used to alternate row background. Otherwise, the TableView.AlternateRowBackground brush is used. Use the ActualAlternateRowBackground property to retrieve the actual brush.
See Also