A newer version of this page is available.
Switch to the current version.
RequiredFieldValidationPattern Class
Contains the settings related to the required field validation type.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class RequiredFieldValidationPattern :
ValidationPattern,
IPropertiesOwner
Public Class RequiredFieldValidationPattern
Inherits ValidationPattern
Implements IPropertiesOwner
Related API Members
The following members accept/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
Feedback