Back to Devexpress

RowData.AlternateRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-8af239a5.md

latest1.0 KB
Original Source

RowData.AlternateRow Property

Gets whether the row uses the alternate background.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AlternateRow { get; protected set; }
vb
Public Property AlternateRow As Boolean

Property Value

TypeDescription
Boolean

true, if the row uses the alternate background; otherwise, false.

|

See Also

AlternationCount

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace