Skip to main content
All docs
V19.1

RepositoryItemTextEdit.MaskData Property

OBSOLETE

Use the Mask property instead.

Provides access to the object containing the editor’s mask settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("Use the Mask property instead.")]
public MaskData MaskData { get; }

Property Value

Type Description
MaskData

A MaskData object providing mask settings for the editor.

Remarks

This member is obsolete. Use the RepositoryItemTextEdit.Mask property instead.

See Also