Table of Contents
DataValueField Property

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

Syntax
 public String DataValueField { get; set; }
Remarks

This property is used to populate ListBoxItem.Value.

See Also