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

AdornerElement.Tag Property

Gets or sets any object associated with this AdornerElement.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue(null)]
public object Tag { get; set; }

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