ImageEditingField.EditorName Property
Specifies the name of an editor used to change the image editing field’s value in Print Preview.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A string that specifies the editor name. |
Remarks
The field’s EditorName property corresponds to the control’s DevExpress.XtraReports.UI.ImageEditOptions.EditorName property.
See Also