RequiredFieldValidationPattern Class
Contains the settings related to the required field validation type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return RequiredFieldValidationPattern objects:
Remarks
The properties exposed by the RequiredFieldValidationPattern class allow you to specify whether an editor is a required field (RequiredFieldValidationPattern.IsRequired) and provide the corresponding error text (ValidationPattern.ErrorText).
Inheritance
Object
StateManager
PropertiesBase
ValidationPattern
RequiredFieldValidationPattern
See Also