Table of Contents
DataTextField Property

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

Syntax
 public String DataTextField { get; set; }
Remarks

This property is used to populate ListBoxItem.Text.

See Also