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

    Gets the collection of the Color Edit 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

    A BootstrapEditButtonCollection object representing the collection of buttons displayed within the editor.

    Remarks

    This property is a wrapper of the Buttons property. Refer to its description for more information.

    See Also