Skip to main content
All docs
V26.1
  • BootstrapColorEditProperties.Buttons Property

    Gets the collection of Color Edit’s buttons.

    Namespace: DevExpress.Web.Bootstrap

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

    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