Skip to main content
A newer version of this page is available. .

SvgImageItem.Descendants Property

Returns a linear list of the item’s descendants.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public IEnumerable<SvgImageItem> Descendants { get; }

Property Value

Type Description
IEnumerable<SvgImageItem>

The linear list of the item’s descendants.

See Also