Skip to main content

NavigatorButtonsBase.Draw(GraphicsInfoArgs) Method

Draws the text and buttons displayed in the data navigator.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Draw(
    GraphicsInfoArgs e
)

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