Gets the previous 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 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.