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

ASPxDropDownEditBase.DropDownApplyButton Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual DropDownEditBaseCommandButton DropDownApplyButton { get; }

Property Value

Type Description
DropDownEditBaseCommandButton

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

Remarks

Use the DropDownApplyButton property to access the settings which define the ‘Apply’ command button - a click on this button applies the selected item in the dropdown editor.

Use the ASPxDropDownEditBase.DropDownCloseButton property to define the ‘Close’ command button’s properties.

See Also