Skip to main content
A newer version of this page is available. .

EditingField.ID Property

Specifies the unique identifier of an editing field.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that specifies the editing field’s ID.

Remarks

The field’s ID property corresponds to the EditOptions.ID property of a control.

See Also