Skip to main content
All docs
V23.2

RepositoryItemTextEdit.EditMaskSettings(IWindowsFormsEditorService, Object) Method

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.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