Skip to main content
A newer version of this page is available. .

MVCxColumnSpinEditProperties.ValidationSettings Property

Gets the spin edit column’s settings.

Namespace: DevExpress.Web.Mvc

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

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 spin edit column’s validation.

See Also