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

TableView.ActualAlternateRowBackground Property

Gets the actual brush that is used to alternate row background. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public Brush ActualAlternateRowBackground { get; protected set; }

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