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

MaskAttributeBase Class

Provides base mask attributes.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v21.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public abstract class MaskAttributeBase :
    Attribute
See Also