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

DropDownEditBaseCommandButton.Style Property

Provides access to the style settings that control the appearance of command buttons in the dropdown edit control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual ButtonStyle Style { get; }

Property Value

Type Description
ButtonStyle

An ButtonStyle object that contains button style settings.

See Also