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

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
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