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