Gets a value indicating whether this row is in visible bounds of the Grid.
Namespace: Dapfor.Net.UiAssembly: 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: Booleantrue if this instance is in visible bounds; otherwise, false.