ComponentOne True DBGrid for WinForms
CellStyleFlag Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : CellStyleFlag Enumeration
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.
UpdatedCellThe cell contents have been modified by the user but not yet written to the datasource. This condition is also set when cell contents have been modified in code with the Text or Value properties.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1TrueDBGrid Namespace