RepositoryItemTextEdit.EditMaskSettings(IWindowsFormsEditorService, Object) Method
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
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