RepositoryItemTextEdit.EditMaskSettings(IWindowsFormsEditorService, Object) Method
In This Article
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EditMaskSettings(
IWindowsFormsEditorService editorService,
object editValue = null
)
#Parameters
Name | Type |
---|---|
editor |
IWindows |
#Optional Parameters
Name | Type | Default |
---|---|---|
edit |
Object | null |
#Returns
Type |
---|
Boolean |
See Also