Skip to main content
All docs
V25.1
  • RepositoryItemTextEdit.EditMaskSettings(IWindowsFormsEditorService, Object) Method

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [EditorBrowsable(EditorBrowsableState.Never)]
    public bool EditMaskSettings(
        IWindowsFormsEditorService editorService,
        object editValue = null
    )

    Parameters

    Name Type
    editorService IWindowsFormsEditorService

    Optional Parameters

    Name Type Default
    editValue Object null

    Returns

    Type
    Boolean
    See Also