BarItemCustomDrawEventArgs.DrawText(AppearanceObject) Method
In This Article
Draws the default text with custom appearance settings for this bar item link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void DrawText(
AppearanceObject appearance
)
#Parameters
Name | Type | Description |
---|---|---|
appearance | Appearance |
An Appearance |
#Remarks
See the BarManager.CustomDrawItem event to learn more.
See Also