BarItemLink.Data Property
In This Article
Contains data associated with the current item link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Object | An Object representing data associated with the current item link. |
#Remarks
This property value can be of any type: image, text string, etc. This property is a pointer used by programmers to store any information.
See Also