RepositoryItemMemoEdit.Mask Property
In This Article
Provides access to the editor’s mask settings.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override MaskProperties Mask { get; }
#Property Value
Type | Description |
---|---|
Mask |
A Mask |
#Remarks
The MemoEdit control doesn’t support masks. Therefore changing the settings of the Mask object has no effect on this editor.
See Also