Back to Devexpress

SvgImageBox.FindItemByTag(Object) Method

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-dot-finditembytag-x28-system-dot-object-x29.md

latest1.5 KB
Original Source

SvgImageBox.FindItemByTag(Object) Method

Returns the item with the specified Tag.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public SvgImageItem FindItemByTag(
    object tag
)
vb
Public Function FindItemByTag(
    tag As Object
) As SvgImageItem

Parameters

NameTypeDescription
tagObject

The Tag property value of the target item.

|

Returns

TypeDescription
SvgImageItem

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

|

See Also

SvgImageBox Class

SvgImageBox Members

DevExpress.XtraEditors Namespace