Back to Devexpress

SvgImageItem.FindDescendant(Predicate<SvgImageItem>) Method

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-dot-finddescendant-x28-system-dot-predicate-devexpress-dot-xtraeditors-dot-svgimageitem-x29.md

latest3.2 KB
Original Source

SvgImageItem.FindDescendant(Predicate<SvgImageItem>) Method

Returns the item’s descendant that matches the specified condition.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public SvgImageItem FindDescendant(
    Predicate<SvgImageItem> predicate
)
vb
Public Function FindDescendant(
    predicate As Predicate(Of SvgImageItem)
) As SvgImageItem

Parameters

NameTypeDescription
predicatePredicate<SvgImageItem>

The search condition.

|

Returns

TypeDescription
SvgImageItem

The found item. Null, if no descendant matches the specified condition.

|

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