Back to Devexpress

SvgImageBox.FindItemById(String) Method

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-dot-finditembyid-x28-system-dot-string-x29.md

latest3.0 KB
Original Source

SvgImageBox.FindItemById(String) Method

Returns the item with the specified Id.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public SvgImageItem FindItemById(
    string id
)
vb
Public Function FindItemById(
    id As String
) As SvgImageItem

Parameters

NameTypeDescription
idString

The Id property value of the target item.

|

Returns

TypeDescription
SvgImageItem

The found item. Null, if no item with the specified ID is found.

|

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