Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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