True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Boolean
    public System.bool OwnerDraw {get; set;}
    See Also