Skip to main content

RepositoryItemTextEdit.Mask Property

Specifies the editor’s input mask. This property is obsolete. Use the MaskSettings property instead.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DXCategory("Format")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual MaskProperties Mask { get; }

Property Value

Type Description
MaskProperties

A MaskProperties object that comprises the editor’s mask settings.

Remarks

Important

From v20.2, use the MaskSettings property to specify an input mask. See the following help topic for more information: Input Mask.

Note

You cannot use input masks in the following editors: LookUpEdit, GridLookUpEdit, MemoEdit, MemoExEdit, and ImageComboBoxEdit.

See Also