BarCheckItemLink Class
In This Article
Represents a link to the BarCheckItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public class BarCheckItemLink :
BarBaseButtonItemLink
#Remarks
The BarCheckItemLink is a visual representation of the BarCheckItem. The BarCheckItem can have several item links. Each of them is represented by the BarCheckItemLink class. Numerous links are used to represent one item across different toolbars and menus.
#Inheritance
Object
BarItemLink
BarBaseButtonItemLink
BarCheckItemLink
See Also