MVCxColumnColorEditProperties.ValidationSettings Property
Gets the color edit column’s validation settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
Declaration
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 color edit column’s validation.
See Also