Back to Devexpress

RepositoryItemTextEdit.EditMaskSettings(Object) Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-dot-editmasksettings-x28-system-dot-object-x29.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool EditMaskSettings(
    object editValue = null
)
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Function EditMaskSettings(
    editValue As Object = Nothing
) As Boolean

Optional Parameters

NameTypeDefaultDescription
editValueObjectnull

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

|

Returns

TypeDescription
Boolean

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

|

See Also

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace