ComponentOne List for WinForms
C1.Win.C1List Namespace / OwnerDrawCellEventArgs Class / DrawCellFlags Property

In This Topic
    DrawCellFlags Property (OwnerDrawCellEventArgs)
    In This Topic
    Indicates whether the custom renderer handles the background, border or content.
    Syntax
    'Declaration
     
    
    Public Property DrawCellFlags As DrawCellFlags
    public DrawCellFlags DrawCellFlags {get; set;}
    See Also