EditingFieldExtensions.RegisterTextEditorInfo(String, String, String) Method
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: 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