Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ButtonStyle Style { get; }

Property Value

Type Description
ButtonStyle

An ButtonStyle object that contains button style settings.

See Also