DropDownEditPropertiesBase.DropDownButton Property
Gets the settings of the editor’s drop down button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
DropDownButton | A DropDownButton 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 ASPxDropDownEditBase.DropDownButton property.
See Also