Description 描述
Items that build the drop-down list.
Properties 属性
| children | The list of child items of this item. | ||
| enabled | True if the item is enabled. | ||
| icon | If set, this icon will be rendered to the left of the item name. | ||
| id | The unique identifier for an item. | ||
| name | Name shown for this item when rendered. |
Public Methods 公共方法
| AddChild | Adds the given AdvancedDropdownItem child to the children list. | ||
| AddSeparator | Adds a separator to the list of children in the drop-down. |