Files
AntdUI/doc/wiki/en/Control/Dropdown.md
2025-10-16 11:03:26 +08:00

1.1 KiB
Raw Blame History

HomeUpdateLogConfigTheme

Dropdown

👚

A dropdown list. Inherited from Button

  • DefaultPropertyText
  • DefaultEventSelectedValueChanged

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