DxHtmlElement.Id Property
Gets or sets the unique element identifier. You can search elements by their IDs with the FindElementById(String) method.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Property Value
Type | Description |
---|---|
String | The element identifier. |
See Also