Skip to main content
Bar

BarItemCustomDrawEventArgs.DrawCheckBox() Method

Draws a checkbox with its default appearance for this bar item link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void DrawCheckBox()

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