Skip to main content
All docs
V26.1
  • BootstrapColorEditCssClasses.CustomColorButton Property

    Specifies the name of a CSS class applied to the Color Edit control’s Custom Color button.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

    A string that specifies the name of a CSS class.

    Remarks

    BootstrapColorEdit_CustomColorPicker

    To show the Custom Color button, set the EnableCustomColors property to true.

    See Also