Back to Devexpress

SvgImageBox.RootItems Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-90bb11c1.md

latest3.0 KB
Original Source

SvgImageBox.RootItems Property

Provides access to a collection of root (bottommost) SVG items.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
SvgImageItemCollection

A root item collection.

|

Remarks

For items in the RootItems collection, the SvgImageItem.IsRoot property returns true.

To return a root ancestor for any item, use the SvgImageItem.Root property.

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>)

SvgImageBox Class

SvgImageBox Members

DevExpress.XtraEditors Namespace