Gets a Row.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Row Row { get; } |
Visual Basic |
---|
Public ReadOnly Property Row As Row Get |
Visual C++ |
---|
public: property Row^ Row { Row^ get (); } |
F# |
---|
member Row : Row with get |
Property Value
Type: RowThe row.
Thread Safety
The property is thread-safe.