Gets a value indicating whether the Row is alternating.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public bool IsAlternating { get; } |
Visual Basic |
---|
Public ReadOnly Property IsAlternating As Boolean Get |
Visual C++ |
---|
public: property bool IsAlternating { bool get (); } |
F# |
---|
member IsAlternating : bool with get |
Property Value
Type: Booleantrue if the Row is alternating; otherwise, false.