Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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