Table of Contents
EmptyPrompt Property

Get the object to be displayed when the ComboBox is empty.

Syntax
 public Object EmptyPrompt { get; set; }
Remarks

Use this property to offer a visual feedback and hint to the user when the ComboBox is empty. For example, you can set it to "-- Please select a city --" for a "City" drop down. It is possible to use UIElement for this property. See using empty prompt for more details about this feature.

See Also