Skip to main content
All docs
V19.1

MaskData.IgnoreMaskBlank Property

Obsolete. Gets or sets a value determining whether to ignore skipped positions within a mask editor.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public bool IgnoreMaskBlank { get; set; }

Property Value

Type Default Description
Boolean **true**

If true, ignores skipped positions; otherwise, false.

Remarks

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

See Also