In This Topic
Gets or sets the rectangle that represent the area where the rows of the
C1DataGrid are rendered. Useful to show adorners on top of the body.
Syntax
'Declaration
Public Property BodyRect As Rect
public Rect BodyRect {get; set;}
See Also