Skip to main content
A newer version of this page is available. .
All docs
V21.2

RepositoryItemTextEdit.EditMaskSettings(IWin32Window, Object) Method

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
public bool EditMaskSettings(
    IWin32Window owner,
    object editValue = null
)

Parameters

Name Type
owner IWin32Window

Optional Parameters

Name Type Default
editValue Object null

Returns

Type
Boolean
See Also