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

EditProperties.ValidationSettings Property

Gets the editor’s validation settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ValidationSettings ValidationSettings { get; }

Property Value

Type Description
ValidationSettings

A ValidationSettings 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 ASPxEdit.ValidationSettings property.

See Also