Gets the bounds of the row selector of this Row.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Rectangle RowSelectorBounds { get; } |
Visual Basic |
---|
Public ReadOnly Property RowSelectorBounds As Rectangle Get |
Visual C++ |
---|
public: property Rectangle RowSelectorBounds { Rectangle get (); } |
F# |
---|
member RowSelectorBounds : Rectangle with get |
Property Value
Type: RectangleThe bounds of the row selector.
Remarks
If the row is hidden, collapsed or placed outside of the visible area, then Empty is returned.