Back to Devexpress

SvgImageItem.FindDescendantByTag(Object) Method

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-dot-finddescendantbytag-x28-system-dot-object-x29.md

latest3.0 KB
Original Source

SvgImageItem.FindDescendantByTag(Object) Method

Returns the item’s descendant with the specified Tag.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public SvgImageItem FindDescendantByTag(
    object tag
)
vb
Public Function FindDescendantByTag(
    tag As Object
) As SvgImageItem

Parameters

NameTypeDescription
tagObject

The Tag property value of the target descendant.

|

Returns

TypeDescription
SvgImageItem

The found item. Null, if no item with the specified Tag 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