DirectXForm.FindElementById(String) Method
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type |
|---|---|
| id | String |
Returns
| Type |
|---|
| DxHtmlElement |
See Also
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
public DxHtmlElement FindElementById(
string id
)
Public Function FindElementById(
id As String
) As DxHtmlElement
| Name | Type |
|---|---|
| id | String |
| Type |
|---|
| DxHtmlElement |