ASPxDropDownEditBase.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
This property is a wrapper of the DropDownEditPropertiesBase.DropDownButton property.
See Also