Skip to main content
All docs
V19.1

MaskData.SaveLiteral Property

Obsolete. Gets or sets a value determining whether to include literal characters in the BaseEdit.EditValue property of the mask editor.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public bool SaveLiteral { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if literal characters are included into the edit value; otherwise, false.

Remarks

This member is obsolete. Use the MaskProperties.SaveLiteral property instead.

See Also