SvgImageItem.Parent Property
In This Article
Returns the item’s immediate parent.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public SvgImageItem Parent { get; set; }
#Property Value
Type | Description |
---|---|
Svg |
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
Parent