AdornerElement.Tag Property
In This Article
Gets or sets any object associated with this AdornerElement.
Namespace: DevExpress.Utils.VisualEffects
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Object | null | An Object that is the tag for this Adorner |
#Remarks
You can easily identify AdornerElements (e.g., when handling various AdornerUIManager events) if these elements are marked with unique tags.
See Also