ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DisplayColumn Class / OwnerDraw Property

In This Topic
    OwnerDraw Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether cells in this column are drawn by the user in the OwnerDrawCell event.
    Syntax
    'Declaration
     
    
    Public Property OwnerDraw As Boolean
    public bool OwnerDraw {get; set;}
    See Also