Skip to main content
A newer version of this page is available. .

SvgImageBox.FindItemByTag(Object) Method

Returns the item with the specified Tag.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public SvgImageItem FindItemByTag(
    object tag
)

Parameters

Name Type Description
tag Object

The Tag property value of the target item.

Returns

Type Description
SvgImageItem

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

See Also