ASPxEdit.ValidationSettings Property
Gets the editor’s validation settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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