Back to Devexpress

RowControl.IsAlternateRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowcontrol-0f3026c8.md

latest983 B
Original Source

RowControl.IsAlternateRow Property

Gets whether the current row is alternate.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
Boolean

true, if the row is alternate; otherwise, false.

|

See Also

RowControl Class

RowControl Members

DevExpress.Xpf.Grid Namespace