Skip to main content

SvgImageItem.FindDescendantById(String) Method

Returns the item’s descendant with the specified Id.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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