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