Skip to main content
All docs
V25.1
  • SvgImageItem.Descendants Property

    Returns a linear list of the item’s descendants.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.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