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.v19.1.dll

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

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that specifies the ID of edit options.

See Also