Gets a value indicating whether this row is in visible bounds of the Grid.

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

Syntax

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

Property Value

Type: Boolean
true if this instance is in visible bounds; otherwise, false.

See Also