Gets the value of the group of Rows.

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

Syntax

C#
public Object Value { get; }
Visual Basic
Public ReadOnly Property Value As Object
	Get
Visual C++
public:
property Object^ Value {
	Object^ get ();
}
F#
member Value : Object with get

Property Value

Type: Object
The value.

See Also