Gets a value indicating whether the Row is to be collapsed or expanded.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public bool NewValue { get; }
Visual Basic
Public ReadOnly Property NewValue As Boolean
	Get
Visual C++
public:
property bool NewValue {
	bool get ();
}
F#
member NewValue : bool with get

Property Value

Type: Boolean
A new state to be applied to Row.

See Also