Gets the top visible 
Row in client 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 Row TopVisibleRow { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property TopVisibleRow As Row
	Get  | 
| Visual C++ | 
|---|
public:
property Row^ TopVisibleRow {
	Row^ get ();
} | 
| F# | 
|---|
member TopVisibleRow : Row with get
  | 
Property Value
Type: 
RowThe top visible 
Row.
Thread Safety
The function is thread safe. The method is executed in the synchronous way with blocking the calling thread.
See Also