BarItemCustomDrawEventArgs.DrawArrow() Method
Draws a drop-down arrow with its default appearance.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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