Back to Devexpress

ImageEditingField.EditorName Property

corelibraries-devexpress-dot-xtraprinting-dot-imageeditingfield.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue("")]
public string EditorName { get; set; }
vb
<DefaultValue("")>
Public Property EditorName As String

Property Value

TypeDefaultDescription
StringString.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

ImageEditingField Class

ImageEditingField Members

DevExpress.XtraPrinting Namespace