Skip to main content

EditingFieldExtensions.RegisterTextEditorInfo(String, String, String) Method

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v26.1.dll

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