Skip to main content
All docs
V23.2

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.v23.2.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