BarItemCustomDrawEventArgs.DrawText(AppearanceObject) Method
Draws the default text with custom appearance settings for this bar item link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
appearance | AppearanceObject | An AppearanceObject that stores appearance settings that should be applied to the drawn text. |
Remarks
See the BarManager.CustomDrawItem event to learn more.
See Also