mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-07 06:10:43 +08:00
1.1 KiB
1.1 KiB
Dropdown
👚
A dropdown list. Inherited from Button
- DefaultProperty:Text
- DefaultEvent:SelectedValueChanged
Property
| Name | Description | Type | Default Value |
|---|---|---|---|
| ListAutoWidth | List automatic width | bool | true |
| Trigger | Trigger dropdown behavior | Trigger | Click |
| Placement | Menu pop-up location | TAlignFrom | BL |
| MaxCount | Maximum of displayed items in the list | int | 4 |
| DropDownRadius 🔴 | Pull down rounded corner | int? |
null |
| DropDownArrow | Is the dropdown arrow displayed | bool | false |
| DropDownPadding | Pull down margin | Size | 12, 5 |
| ClickEnd | Click to the end | bool | false |
| Items | Data More Styles | object[] | [] |
Event
| Name | Description | Return Value | Parameters |
|---|---|---|---|
| SelectedValueChanged | Occurred when the SelectedValue property value is changed | void | object? value |