Back to Devexpress

SvgImageItem.Descendants Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-d9d8460f.md

latest2.8 KB
Original Source

SvgImageItem.Descendants Property

Returns a linear list of the item’s descendants.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public IEnumerable<SvgImageItem> Descendants { get; }
vb
<Browsable(False)>
Public ReadOnly Property Descendants As IEnumerable(Of SvgImageItem)

Property Value

TypeDescription
IEnumerable<SvgImageItem>

The linear list of the item’s descendants.

|

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