Back to Devexpress

Bar.Tag Property

windowsforms-devexpress-dot-xtrabars-dot-bar-c3a8c96c.md

latest1.1 KB
Original Source

Bar.Tag Property

Gets or sets an object that contains custom data for the current Bar object.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
public object Tag { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An object that contains custom data for the current object.

|

Remarks

This property can be used to store any data that you want to associate with the current object.

See Also

Bar Class

Bar Members

DevExpress.XtraBars Namespace