Skip to main content
Bar

BarItemCustomDrawEventArgs.DrawArrow() Method

Draws a drop-down arrow with its default appearance.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void DrawArrow()

Remarks

To get whether or not this current item link should display a drop-down arrow by default, use the BarItemCustomDrawEventArgs.ShouldDrawDropDown property. See the BarManager.CustomDrawItem event to learn more.

See Also