Skip to main content
A newer version of this page is available. .
Tab

ASPxDropDownEditBase.DropDownButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public DropDownButton DropDownButton { get; }

Property Value

Type Description
DropDownButton

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

Remarks

This property is a wrapper of the DropDownEditPropertiesBase.DropDownButton property.

See Also