Skip to main content
A newer version of this page is available. .

SvgImageItem.Parent Property

Returns the item’s immediate parent.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

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