Skip to main content

BootstrapMemoProperties.ValidationSettings Property

Gets the editor’s validation settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapEditorValidationSettings

A BootstrapEditorValidationSettings object that contains validation settings.

Remarks

Use the ValidationSettings property to access and customize the settings that relate to editor validation.

Note

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

See Also