Skip to main content
A newer version of this page is available. .
All docs
V22.1

RepositoryItemTextEdit.EditMaskSettings(Object) Method

Shows the Mask Editor dialog at runtime. Users can utilize this dialog to apply standard or custom masks to this editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool EditMaskSettings(
    object editValue = null
)

Optional Parameters

Name Type Default Description
editValue Object null

The optional parameter that allows you to use a custom value in the preview section of the “Create New Mask…” dialog.

Returns

Type Description
Boolean

true if a user chose a new mask type or format, false if mask settings were not changed.

See Also