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

    Provides access to the help text settings within the Color Edit.

    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 properties.

    Remarks

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

    See Also