True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / OwnerDrawCellEventArgs Class / CellRect Property

In This Topic
    CellRect Property (OwnerDrawCellEventArgs)
    In This Topic
    The bounding rectangle for the cell that needs to be rendered.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellRect As System.Drawing.Rectangle
    public System.Drawing.Rectangle CellRect {get;}
    See Also