[]
Fills dropdown with items.
public void AddItems(IEnumerable<SplitButtonElement.SplitButtonElementDropDownListItem> items)
Type | Name | Description |
---|---|---|
IEnumerable<SplitButtonElement.SplitButtonElementDropDownListItem> | items | Set of SplitButtonElement.SplitButtonElementDropDownListItem elements to fill dropdown. |
Fills dropdown with items.
public void AddItems(IEnumerable<string> items)
Type | Name | Description |
---|---|---|
IEnumerable<string> | items | Set of strings to create dropdown items and fill dropdown. |