Skip to main content
A newer version of this page is available. .

SvgImageItem.FindDescendantById(String) Method

Returns the item’s descendant with the specified Id.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public SvgImageItem FindDescendantById(
    string id
)

Parameters

Name Type Description
id String

The Id property value of the target descendant.

Returns

Type Description
SvgImageItem

The found item. Null, if no item with the specified ID is found.

See Also