Back to Devexpress

EditOptions.ID Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-editoptions-6570f5ee.md

latest1.1 KB
Original Source

EditOptions.ID Property

Specifies the unique identifier of edit options.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue("")]
public string ID { get; set; }
vb
<DefaultValue("")>
Public Property ID As String

Property Value

TypeDefaultDescription
StringString.Empty

A string that specifies the ID of edit options.

|

See Also

EditOptions Class

EditOptions Members

DevExpress.XtraReports.UI Namespace