ASPxDropDownEdit.DropDownApplyButton Property
Gets the settings of the 'Apply' command buttons in dropdown editors.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual DropDownEditCommandButton DropDownApplyButton { get; }
Public Overridable ReadOnly Property DropDownApplyButton As DropDownEditCommandButton
Property Value
Type | Description |
---|---|
DropDownEditCommandButton | A DropDownEditCommandButton object that represents the 'Apply' button's properties. |
Available values:
Name | Description |
---|---|
Visibility | Gets or sets the visibility behavior of the elements in the dropdown. |
Assign(PropertiesBase) | Copies the settings from the specified object to the current one. |
DropDownEditCommandButton(IPropertiesOwner, DropDownEditButtonCommand) | For internal use only. |
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 ASPxDropDownEdit.DropDownCloseButton property to define the 'Close' command button's properties.
See Also
Feedback