Gets the last (may be partially) visible 
Row in client bounds of the 
Grid.
            
 (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
Syntax
| C# | 
|---|
| public Row BottomVisibleRow { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property BottomVisibleRow As Row
	Get | 
| Visual C++ | 
|---|
| public:
property Row^ BottomVisibleRow {
	Row^ get ();
} | 
| F# | 
|---|
| member BottomVisibleRow : Row with get
 | 
Property Value
Type: 
RowThe bottom visible row.
 Thread Safety
Thread Safety
The function is thread safe. The method is executed in the synchronous way with blocking the calling thread.
 See Also
See Also