Gets the top visible Row in client bounds of the GridControl.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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: Row
The 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