Skip to main content

SvgImageItem.Descendants Property

Returns a linear list of the item’s descendants.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Description
IEnumerable<SvgImageItem>

The linear list of the item’s descendants.

See Also