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

In This Topic
    BodyRect Property (C1DataGrid)
    In This Topic
    Gets 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