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

EditOptions.ID Property

Specifies the unique identifier of edit options.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that specifies the ID of edit options.

Property Paths

You can access this nested property as listed below:

Object Type Path to ID
XRCharacterComb
XRCheckBox
XRLabel
XRPictureBox
XRTableCell
See Also