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