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

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.v18.2.dll

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