Skip to main content
A newer version of this page is available. .

BootstrapTagBoxProperties.ValidationSettings Property

Gets the editor’s validation settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapEditorValidationSettings ValidationSettings { get; }

Property Value

Type Description
BootstrapEditorValidationSettings

A BootstrapEditorValidationSettings object that contains validation settings.

Remarks

The ValidationSettings property synchronizes its value with the editor’s BootstrapTagBox.ValidationSettings property.

See Also