Gets the previously focused row.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Row PrevFocusedRow { get; } |
Visual Basic |
---|
Public ReadOnly Property PrevFocusedRow As Row Get |
Visual C++ |
---|
public: property Row^ PrevFocusedRow { Row^ get (); } |
F# |
---|
member PrevFocusedRow : Row with get |
Property Value
Type: RowThe previous focused row.