Back to Devexpress

RepositoryItemTextEdit.Mask Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-3d0a9f8d.md

latest2.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Format")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual MaskProperties Mask { get; }
vb
<DXCategory("Format")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property Mask As MaskProperties

Property Value

TypeDescription
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

Input Mask

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace