MaskAttribute Class
In This Article
Specifies the mask settings for the value of a data field.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class MaskAttribute :
ValidationAttribute,
IClientValidatable
#Remarks
Refer to the Data Annotation Attributes topic to learn about the MaskAttribute
.
#Inheritance
Object
Attribute
ValidationAttribute
MaskAttribute
See Also