FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / DisplayEnum Enumeration

In This Topic
    DisplayEnum Enumeration
    In This Topic
    Specifies whether a style should display the cell text, image, both, or none.
    Syntax
    'Declaration
     
    
    Public Enum DisplayEnum 
       Inherits System.Enum
    public enum DisplayEnum : System.Enum 
    Members
    MemberDescription
    ImageOnlyDisplay image only (no text).
    NoneNothing (cell stays blank).
    OverlayDisplay the text over the image.
    StackDisplay the text next to the image.
    TextOnlyDisplay text only (no image).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.DisplayEnum

    See Also