Table of Contents

Property DrawBackgroundAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DrawBackgroundAction

Gets or sets an action which is called when background is painted for the item. When this action is specified, default background painting is not performed.

[Browsable(false)]
public virtual Action<IListControlItemContainer?, ListBoxItemPaintEventArgs>? DrawBackgroundAction { get; set; }

Property Value

Action<IListControlItemContainer, ListBoxItemPaintEventArgs>