InplaceEditorInfo(String, String, String) Constructor
Initializes a new instance of the InplaceEditorInfo class with the specified settings.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
public InplaceEditorInfo(
string editorName,
string category,
string editorDisplayName = null
)
Parameters
Name | Type | Description |
---|---|---|
editorName | String | A string that specifies the editor name. This value is assigned to the EditorName property. |
category | String | A string that specifies the name of a category to which an editor belongs. This value is assigned to the Category property. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
editorDisplayName | String | null | A string that specifies the editor display name. This value is assigned to the DisplayName property. |
See Also