Gets the last fully visible Row in client bounds of the GridControl.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Row BottomFullyVisibleRow { get; } |
Visual Basic |
---|
Public ReadOnly Property BottomFullyVisibleRow As Row Get |
Visual C++ |
---|
public: property Row^ BottomFullyVisibleRow { Row^ get (); } |
F# |
---|
member BottomFullyVisibleRow : Row with get |
Property Value
Type: RowThe bottom fully visible Row.
Thread Safety
The function is thread safe. The method is executed in the synchronous way with blocking the calling thread.