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

    Returns the item’s immediate parent.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [Browsable(false)]
    public SvgImageItem Parent { get; set; }

    Property Value

    Type Description
    SvgImageItem

    The item’s parent.

    Remarks

    If the current item is a group, you can retrieve the group’s children with the Items property.

    See Also