Skip to main content

BootstrapColorEditProperties.Buttons Property

Gets the collection of Color Edit’s buttons.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditButtonCollection Buttons { get; }

Property Value

Type Description
BootstrapEditButtonCollection

An BootstrapEditButtonCollection object that represents the collection of buttons displayed within the editor.

Remarks

Use the Buttons property to access the collection of Color Edit buttons.

Note that the BootstrapClearButton and BootstrapDropDownButton instances can’t be used within the Buttons collection. Instead, use the ClearButton and DropDownButton properties, respectively.

See Also