'Declaration
Public Enum CellStyleFlag Inherits System.Enum
public enum CellStyleFlag : System.Enum
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
'Declaration
Public Enum CellStyleFlag Inherits System.Enum
public enum CellStyleFlag : System.Enum
Member | Description |
---|---|
AllCells | All cells. |
CurrentCell | The 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. |
MarqueeRow | The 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. |
NormalCell | The cell satisfies none of the conditions. For grouped rows, this is the only applicable cell style. |
SelectedRow | The cell is part of a row selected by the user or in code. The SelectedRowCollection contains the index for each selected row. |
System.Object
System.ValueType
System.Enum
C1.Win.List.CellStyleFlag