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