Skip to main content
All docs
V24.1

IComboBox<TData, TValue>.ShowDropDownButton Property

Specifies whether the ComboBox displays the built-in button that invokes a drop-down menu.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(true)]
bool ShowDropDownButton { get; set; }

Property Value

Type Default Description
Boolean true

true to display the drop-down button; otherwise, false.

Remarks

Refer to the ShowDropDownButton property description for more information and an example.

See Also