Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue("")]
public string EditorName { get; set; }

Property Value

Type Default Description
String String.Empty

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