DevImageComboBoxItemCollectionItem(Int32) Property
Retrieves the item at the specified index within the collection.
Namespace: DevCase.UI.Layout.DevImageComboBoxDataAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public DevImageComboBoxItem this[
int index
] { get; set; }
[<BrowsableAttribute(false)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
member Item : DevImageComboBoxItem with get, set
No code example is currently available or this language may not be supported.
- index Int32
-
The index of the item in the collection to retrieve.
DevImageComboBoxItem
The item.