Skip to main content

RegularMaskAttribute.SaveLiteral Property

Gets or sets whether constantly displayed mask characters (literals) are included in an editor’s value.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public bool SaveLiteral { get; set; }

Property Value

Type Description
Boolean

true if the constantly displayed mask characters are included in an editor’s value; otherwise, false.

See Also