FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridRenderer.CellType Enumeration

In This Topic
    C1FlexGridRenderer.CellType Enumeration
    In This Topic
    Represents the type of cell being rendered.
    Syntax
    'Declaration
     
    
    Public Enum C1FlexGridRenderer.CellType 
       Inherits System.Enum
    public enum C1FlexGridRenderer.CellType : System.Enum 
    Members
    MemberDescription
    ColumnHeaderA column header cell.
    ColumnHeaderHotA column header cell currently under the mouse.
    ColumnHeaderSelectedA selected column header cell.
    ColumnHeaderSelectedHotA selected column header cell currently under the mouse.
    CursorThe cell that contains the cursor.
    FooterA footer cell.
    HighlightA selected normal cell.
    NormalA normal scrollable cell.
    RowHeaderA row header cell.
    RowHeaderHotA row header cell currently under the mouse.
    RowHeaderSelectedA selected row header cell.
    RowHeaderSelectedHotA selected row header cell currently under the mouse.
    TopLeftThe top left fixed cell.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexGrid.C1FlexGridRenderer.CellType

    See Also