DevImageComboBoxItemCollectionItem(Int32) Property

Retrieves the item at the specified index within the collection.

Definition

Namespace: DevCase.UI.Layout.DevImageComboBoxData
Assembly: 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; }

Parameters

index  Int32
The index of the item in the collection to retrieve.

Property Value

DevImageComboBoxItem
The item.

See Also