Skip to main content
All docs
V25.1
  • SvgImageItem.FindDescendant(Predicate<SvgImageItem>) Method

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public SvgImageItem FindDescendant(
        Predicate<SvgImageItem> predicate
    )

    Parameters

    Name Type Description
    predicate Predicate<SvgImageItem>

    The search condition.

    Returns

    Type Description
    SvgImageItem

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

    See Also