Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public string Id { get; set; }

    Property Value

    Type Description
    String

    The element identifier.

    See Also