Skip to main content
All docs
V19.1

MaskData.Blank Property

Obsolete. Gets or sets a value representing blank areas within a masked editor.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public string Blank { get; set; }

Property Value

Type Default Description
String "_"

A symbol representing blank areas within a masked edit.

Remarks

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

See Also