Skip to main content
All docs
V25.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.v25.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