BarItemCustomDrawEventArgs.DrawCheckBox() Method
Draws a checkbox with its default appearance for this bar item link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
To get whether or not this bar item link should display a check box, use the BarItemCustomDrawEventArgs.ShouldDrawCheckBox property. See the BarManager.CustomDrawItem event to learn more.
See Also