Gets a value indicating whether this Row is the lastest visible child in its parent.

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

Syntax

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

Property Value

Type: Boolean
true if this Row is the lastest visible child; otherwise, false.

See Also