Table of Contents
DataIconField Property

Gets or sets the field of the data source that provides list box item icon.

Syntax
 public String DataIconField { get; set; }
Remarks

This property is used to populate ListBoxItem.Icon.

See Also