DropDownEditPropertiesBase.DropDownButton Property
In This Article
Gets the settings of the editor’s drop down button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DropDownButton DropDownButton { get; }
#Property Value
Type | Description |
---|---|
Drop |
A Drop |
#Remarks
Use the DropDownButton property to access and customize settings that affect the appearance of the editor’s drop down button.
Note
The Drop
See Also