[]
        
(Showing Draft Content)

C1.Framework.SplitButtonElement.DropDownList.ItemsContains

ItemsContains Method

ItemsContains(string)

Determinew whether there is a child item with given value or not.

Declaration
public bool ItemsContains(string value)
Parameters
Type Name Description
string value

String value to search.

Returns
Type Description
bool

true if there is a child SplitButtonElement.DropDownList.DropDownListItemElement with defined value, otherwise, false.