EditOptions.ID Property
Specifies the unique identifier of edit options.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[DefaultValue("")]
public string ID { get; set; }
<DefaultValue("")>
Public Property ID As String
Property Value
Type | Default | Description |
---|---|---|
String | 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
Feedback