Back to Devexpress

MaskAttribute Class

aspnetmvc-devexpress-dot-web-dot-mvc-111fce61.md

latest1.6 KB
Original Source

MaskAttribute Class

Specifies the mask settings for the value of a data field.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MaskAttribute :
    ValidationAttribute,
    IClientValidatable
vb
Public Class MaskAttribute
    Inherits ValidationAttribute
    Implements IClientValidatable

Remarks

Refer to the Data Annotation Attributes topic to learn about the MaskAttribute.

Implements

_Attribute

IClientValidatable

Inheritance

Object Attribute ValidationAttribute MaskAttribute

See Also

MaskAttribute Members

Data Annotation Attributes

Mask Types

DevExpress.Web.Mvc Namespace