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

    Provides access to the Color Edit’s caption settings.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    [PersistenceMode(PersistenceMode.InnerProperty)]
    public BootstrapEditorCaptionSettings CaptionSettings { get; }

    Property Value

    Type Description
    BootstrapEditorCaptionSettings

    A BootstrapEditorCaptionSettings object containing the editor caption properties.

    Remarks

    BootstrapColorEdit_CaptionAndHelpText

    See Also