SvgImageItem.Descendants Property
In This Article
Returns a linear list of the item’s descendants.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public IEnumerable<SvgImageItem> Descendants { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Svg |
The linear list of the item’s descendants. |
See Also
Descendants