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

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

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).

See Also