Property DrawForegroundAction
DrawForegroundAction
Gets or sets an action which is called when foreground is painted for the item. When this action is specified, default foreground painting is not performed.
[Browsable(false)]
public virtual Action<IListControlItemContainer?, ListBoxItemPaintEventArgs>? DrawForegroundAction { get; set; }