Gets the new focused row.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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.