RoundComboBoxSelectedItemIndex Property

Note: This API is now obsolete.
Gets or sets the index of selected item.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
[ObsoleteAttribute("SelectedItemIndex property is obsolete, please use SelectedIndex instead.")]
public int SelectedItemIndex { get; set; }

Property Value

Int32

See Also