Skip to main content
A newer version of this page is available. .

EditingFieldExtensions.UnregisterEditorInfo(String) Method

Unregisters the specified editor from being used for changing control content in Print Preview.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public bool UnregisterEditorInfo(
    string editorName
)

Parameters

Name Type Description
editorName String

The name of an editor to be unregistered.

Returns

Type Description
Boolean

true, if an editor has been successfully unregistered; otherwise, false.

See Also