Skip to main content

DxComboBox<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)]
[Parameter]
public bool ShowDropDownButton { get; set; }

Property Value

Type Default Description
Boolean true

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

Implements

DevExpress.Blazor.IComboBox<TData, TValue>.ShowDropDownButton
See Also