Skip to main content

BootstrapColorEditCssClasses.IconDropDownButton Property

Specifies the name of a CSS class applied to the Color Edit’s drop-down button icon.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
public string IconDropDownButton { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the name of a CSS class.

Remarks

BootstrapColorEdit_DropDownButton

See Also