[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ListDescriptionSubItemIndex

ListDescriptionSubItemIndex Property

ListDescriptionSubItemIndex

Gets or sets the index of a SubItemInfo object related to the StatusBarInfo display.

Declaration
[Browsable(true)]
public int ListDescriptionSubItemIndex { get; set; }
<Browsable(True)>
Public Property ListDescriptionSubItemIndex As Integer
Property Value
Type Description
int

An int value that indicates the index of a SubItem related to the StatusBar display.
The default is 0.

Remarks

When the status bar is shown, this property determines which subitem text is displayed in the status bar of the drop-down window.

See Also
ListDescriptionFormat
StatusBar