DevImageComboBoxItemCollectionItem(String) Property

Retrieves the item within the collection that matches the specified text.

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[
	string text
] { get; set; }

Parameters

text  String
The text of the item in the collection to retrieve.

Property Value

DevImageComboBoxItem
The text of the item to find.

See Also