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

    Provides access to an Color Edit’s help text settings.

    Namespace: DevExpress.Web.Bootstrap

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

    Declaration

    [PersistenceMode(PersistenceMode.InnerProperty)]
    public BootstrapTextEditHelpSettings HelpTextSettings { get; }

    Property Value

    Type Description
    BootstrapTextEditHelpSettings

    A BootstrapTextEditHelpSettings object that contains the help text settings.

    Remarks

    BootstrapColorEdit_CaptionAndHelpText

    See Also