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

EditorStyles.DropDownApplyButton Property

Gets the style settings that define the appearance of an editor’s Apply button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ButtonStyle DropDownApplyButton { get; }

Property Value

Type Description
ButtonStyle

An ButtonStyle object that contains the style settings.

See Also