FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / OwnerDrawCellEventArgs Class / Image Property

In This Topic
    Image Property (OwnerDrawCellEventArgs)
    In This Topic
    Gets or sets the image that will be displayed in the cell.
    Syntax
    'Declaration
     
    
    Public Property Image As Image
    public Image Image {get; set;}
    Remarks
    Changing this value is an easy way to modify the image displayed in a cell without any custom drawing code.
    See Also