Back to Devexpress

IDropDownBox.ShowDropDownButton Property

blazor-devexpress-dot-blazor-dot-idropdownbox-326441a9.md

latest1.0 KB
Original Source

IDropDownBox.ShowDropDownButton Property

Specifies whether the editor displays the built-in button that invokes a drop-down window.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

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

See Also

IDropDownBox Interface

IDropDownBox Members

DevExpress.Blazor Namespace