ComponentOne List for WinForms
C1.Win.C1List Namespace / FetchCellStyleEventArgs Class / Condition Property

In This Topic
    Condition Property (FetchCellStyleEventArgs)
    In This Topic
    The sum of one or more CellStyleFlag constants describing the disposition of the cell being rendered.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Condition As CellStyleFlag
    public CellStyleFlag Condition {get;}
    See Also