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

TabPane.GetPainter() Method

Retrieves an object that paints this TabPane control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public override ObjectPainter GetPainter()

Returns

Type Description
DevExpress.Utils.Drawing.ObjectPainter

A DevExpress.Utils.Drawing.ObjectPainter object that paints this TabPane control.

See Also