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

ASPxEdit.ValidationSettings Property

Gets the editor’s validation settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ValidationSettings ValidationSettings { get; }

Property Value

Type Description
ValidationSettings

A ValidationSettings object that contains validation settings.

Remarks

This property is a wrapper of the EditProperties.ValidationSettings property.

See Also