Back to Devexpress

RepositoryItemTextEdit.EditMaskSettings(IWindowsFormsEditorService, Object) Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-dot-editmasksettings-x28-system-dot-windows-dot-forms-dot-design-dot-iwindowsformseditorservice-system-dot-object-x29.md

latest1.8 KB
Original Source

RepositoryItemTextEdit.EditMaskSettings(IWindowsFormsEditorService, Object) Method

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EditMaskSettings(
    IWindowsFormsEditorService editorService,
    object editValue = null
)
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function EditMaskSettings(
    editorService As IWindowsFormsEditorService,
    editValue As Object = Nothing
) As Boolean

Parameters

NameType
editorServiceIWindowsFormsEditorService

Optional Parameters

NameTypeDefault
editValueObjectnull

Returns

Type
Boolean

See Also

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace