Gets the new 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 NewFocusedRow { get; } |
Visual Basic |
---|
Public ReadOnly Property NewFocusedRow As Row Get |
Visual C++ |
---|
public: property Row^ NewFocusedRow { Row^ get (); } |
F# |
---|
member NewFocusedRow : Row with get |
Property Value
Type: RowThe new focused row.