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

PopupMenuBase.Tag Property

Gets or sets user-defined data associated with the control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Object null

An object representing the data.

See Also