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

EditingFieldExtensions.RegisterTextEditorInfo(String, String, String) Method

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public bool RegisterTextEditorInfo(
    string editorName,
    string category,
    string editorDisplayName = null
)

Parameters

Name Type
editorName String
category String

Optional Parameters

Name Type Default
editorDisplayName String *null*

Returns

Type
Boolean
See Also