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

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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