[]
Indicates whether the collection contains a specific DropDownItem.
public bool Contains(DropDownItem value)
Type | Name | Description |
---|---|---|
DropDownItem | value | The DropDownItem object for which to search. |
Type | Description |
---|---|
bool | Whether the collection contains the specific DropDownItem object. |