Skip to main content
A newer version of this page is available.
All docs
V18.2

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