Back to Devexpress

SvgImageItem.FindDescendantById(String) Method

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-dot-finddescendantbyid-x28-system-dot-string-x29.md

latest3.0 KB
Original Source

SvgImageItem.FindDescendantById(String) Method

Returns the item’s descendant with the specified Id.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public SvgImageItem FindDescendantById(
    string id
)
vb
Public Function FindDescendantById(
    id As String
) As SvgImageItem

Parameters

NameTypeDescription
idString

The Id property value of the target descendant.

|

Returns

TypeDescription
SvgImageItem

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

|

See Also

RootItems

Items

Parent

Root

Descendants

FindItemById(String)

FindItemByTag(Object)

FindItem(Predicate<SvgImageItem>)

FindItems(Predicate<SvgImageItem>)

FindAncestorById(String)

FindAncestorByTag(Object)

FindAncestors(Predicate<SvgImageItem>)

FindDescendantById(String)

FindDescendantByTag(Object)

FindDescendants(Predicate<SvgImageItem>)

SvgImageItem Class

SvgImageItem Members

DevExpress.XtraEditors Namespace