Skip to main content
Tab

ASPxEdit.ValidationSettings Property

Gets the editor’s validation settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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.

View Example: How to raise validation on the client

See Also