Back to Devexpress

TableView.ActualAlternateRowBackground Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-095545bc.md

latest1.8 KB
Original Source

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.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 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

UseEvenRowBackground

EvenRowBackground

AlternateRowBackground

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace