Skip to main content

BootstrapComboBoxProperties.DropDownButton Property

Gets the settings of the editor’s drop down button.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapDropDownButton DropDownButton { get; }

Property Value

Type Description
BootstrapDropDownButton

A BootstrapDropDownButton object that contains the fast button’s settings.

Remarks

Use the DropDownButton property to access and customize settings that affect the appearance of the editor’s drop down button.

Note

The DropDownButton property synchronizes its value with the editor’s BootstrapComboBox.DropDownButton property.

See Also