Skip to main content

EditingFieldExtensionsWin.UnregisterEditor(String) Method

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public virtual bool UnregisterEditor(
    string name
)

Parameters

Name Type Description
name 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