Gets or sets the group label, used to group ComboItems under headings within the ComboBox.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public string GroupLabel { get; set; } |
Visual Basic (Declaration) |
---|
Public Property GroupLabel 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.