Skip to main content
A newer version of this page is available. .
Bar

BarItemCustomDrawEventArgs.DrawCheckBox() Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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