FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowCol Class / ImageAndText Property

In This Topic
    ImageAndText Property (RowCol)
    In This Topic
    Gets or sets a value that determines whether images found in this row or column's ImageMap should be displayed instead of or in addition to the cell text.
    Syntax
    'Declaration
     
    
    Public Property ImageAndText As Boolean
    public bool ImageAndText {get; set;}
    See Also