SvgImageItem.Parent Property
Returns the item’s immediate parent.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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
Parent