ASPxEdit.ValidationSettings Property
In This Article
Gets the editor’s validation settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ValidationSettings ValidationSettings { get; }
#Property Value
Type | Description |
---|---|
Validation |
A Validation |
#Remarks
This property is a wrapper of the EditProperties.ValidationSettings property.
See Also