DevImageComboBoxItemCollectionItem(String) Property
Retrieves the item within the collection that matches the specified text.
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[
string text
] { 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.
- text String
-
The text of the item in the collection to retrieve.
DevImageComboBoxItem
The text of the item to find.