ComponentOne List for WinForms
C1.Win.C1List Namespace / CellStyleFlag Enumeration

In This Topic
    CellStyleFlag Enumeration
    In This Topic
    Describes the disposition of a cell.

    This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

    Syntax
    'Declaration
     
    
    Public Enum CellStyleFlag 
       Inherits System.Enum
    public enum CellStyleFlag : System.Enum 
    Members
    MemberDescription
    AllCellsAll cells.
    CurrentCellThe cell is the that currently has focus. At any given time, only one cell can have this status. When the MarqueeStyle property is set to Floating Editor, this condition is ignored.
    MarqueeRowThe cell is part of a highlighted row marquee. When the MarqueeStyle property indicates that the entire current row is to be highlighted, all visible cells in the current row have this additional condition set.
    NormalCellThe cell satisfies none of the conditions. For grouped rows, this is the only applicable cell style.
    SelectedRowThe cell is part of a row selected by the user or in code. The SelectedRowCollection contains the index for each selected row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.CellStyleFlag

    See Also