BarItemCustomDrawEventArgs.DrawArrow() Method
In This Article
Draws a drop-down arrow with its default appearance.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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