SvgImageItem.FindAncestorByTag(Object) Method
Returns the item’s ancestor with the specified Tag.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
tag | Object | The Tag property value of the target ancestor. |
Returns
Type | Description |
---|---|
SvgImageItem | The found item. Null, if no item with the specified Tag is found. |
See Also
FindAncestorByTag(Object)