ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / BodyRect Property

In This Topic
    BodyRect Property
    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