Gets or sets the caption, used to group ComboItems under headings within the ComboBox.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string Caption { get; set; }
Visual Basic (Declaration)
Public Property Caption As String

Field Value

A string representing the caption of the group in which this ComboItem is shown.

Remarks

Group labels are used to divide ComboItems under headings, and are most suited for use in comboboxes with a large amount of items, or comboboxes with obvious categories of items.

See Also