BarListItemLink Class
In This Article
Represents a BarListItem within a bar or a menu.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public class BarListItemLink :
BarCustomContainerItemLink
#Remarks
The behavior of a specific BarListItemLink varies as the location of its link changes. If the BarListItemLink is placed on a toolbar, the BarListItemLink functions as a submenu. If the BarListItemLink is placed into a submenu, the BarListItemLink functions as a string list.
Bar |
Bar |
---|---|
#Inheritance
See Also