Skip to main content
A newer version of this page is available. .

NavigatorButtonsBase.Draw(GraphicsInfoArgs) Method

Draws the text and buttons displayed in the data navigator.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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