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

DropDownEditPropertiesBase.DropDownCloseButton Property

Gets the settings of the ‘Close’ command buttons in dropdown editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual DropDownEditBaseCommandButton DropDownCloseButton { get; }

Property Value

Type Description
DropDownEditBaseCommandButton

A DropDownEditBaseCommandButton object that represents the ‘Close’ button’s properties.

Remarks

Use the DropDownCloseButton property to access the settings which define the ‘Close’ command button - a click on this button closes the dropdown.

Use the DropDownEditPropertiesBase.DropDownApplyButton property to define the ‘Apply’ command button’s properties.

See Also