Back to Devexpress

ASPxEdit.ValidationSettings Property

aspnet-devexpress-dot-web-dot-aspxedit-80a2b4ae.md

latest1.6 KB
Original Source

ASPxEdit.ValidationSettings Property

Gets the editor’s validation settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ValidationSettings ValidationSettings { get; }
vb
Public ReadOnly Property ValidationSettings As ValidationSettings

Property Value

TypeDescription
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

Validation

Validation Settings

Validation Error Message

ASPxEdit Class

ASPxEdit Members

DevExpress.Web Namespace