NavigatorButtonsBase.Draw(GraphicsInfoArgs) Method
Draws the text and buttons displayed in the data navigator.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
e | DevExpress.Utils.Drawing.GraphicsInfoArgs | A GraphicsInfoArgs object used to paint. |
Remarks
The Draw method is called by the control each time its contents (buttons, text) need to be painted. It is called internally and generally you will have no need to use it in your code.
See Also