Property BackgroundColor
BackgroundColor
Gets or sets background color of the item.
[Browsable(false)]
public virtual Color? BackgroundColor { get; set; }
Property Value
Remarks
It is up to control to decide whether and how this property is used. When this property is changed, you need to repaint the item.