Back to Devexpress

SvgImageItem.Root Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-b8ef5152.md

latest2.9 KB
Original Source

SvgImageItem.Root Property

Gets the item’s root ancestor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public SvgImageItem Root { get; }
vb
<Browsable(False)>
Public ReadOnly Property Root As SvgImageItem

Property Value

TypeDescription
SvgImageItem

The item’s root parent.

|

Remarks

You can access root SVG items with the SvgImageBox.RootItems collection. The SvgImageItem.IsRoot property returns true for all items in this collection.

See Also

RootItems

Items

Parent

Root

Descendants

FindItemById(String)

FindItemByTag(Object)

FindItem(Predicate<SvgImageItem>)

FindItems(Predicate<SvgImageItem>)

FindAncestorById(String)

FindAncestorByTag(Object)

FindAncestors(Predicate<SvgImageItem>)

FindDescendantById(String)

FindDescendantByTag(Object)

FindDescendants(Predicate<SvgImageItem>)

SvgImageItem Class

SvgImageItem Members

DevExpress.XtraEditors Namespace