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

    Specifies the name of a CSS class applied to the Color Picker’s OK and Cancel buttons.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

    A string that specifies the name of a CSS class.

    Remarks

    A Color Picker is shown after a user clicks Custom Color within the Color Edit. To show the Custom Color button, set the EnableCustomColors property to true.

    BootstrapColorEdit_ColorPicker

    See Also