Skip to main content

MVCxDateEdit.ValidationSettings Property

Gets the date edit’s validation settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxValidationSettings ValidationSettings { get; }

Property Value

Type Description
MVCxValidationSettings

A MVCxValidationSettings object that contains validation settings.

Remarks

Use the ValidationSettings property to access and customize the settings that relate to the date edit’s validation.

See Also