windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-90bb11c1.md
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
[Browsable(false)]
public SvgImageItemCollection RootItems { get; }
<Browsable(False)>
Public ReadOnly Property RootItems As SvgImageItemCollection
| Type | Description |
|---|---|
| SvgImageItemCollection |
A root item collection.
|
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
FindItem(Predicate<SvgImageItem>)
FindItems(Predicate<SvgImageItem>)
FindAncestors(Predicate<SvgImageItem>)