SvgImageItem.FindDescendantByTag(Object) Method
Returns the item’s descendant with the specified Tag.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public SvgImageItem FindDescendantByTag(
object tag
)
#Parameters
Name | Type | Description |
---|---|---|
tag | Object | The Tag property value of the target descendant. |
#Returns
Type | Description |
---|---|
Svg |
The found item. Null, if no item with the specified Tag is found. |
FindDescendantByTag(Object)