[]
        
(Showing Draft Content)

C1.Framework.SplitButtonElement.DropDownList.ItemsContains

ItemsContains Method

ItemsContains(string)

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

Declaration
public bool ItemsContains(string value)
Public Function ItemsContains(value As String) As Boolean
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.

Remarks

Item will be ignored if it is a header item.