ComponentOne List for WinForms
C1.Win.C1List 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 Rectangle
    public Rectangle CellRect {get;}
    See Also