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

NavigationPane.GetPainter() Method

Gets the object that paints this NavigationPane.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual ObjectPainter GetPainter()

Returns

Type Description
DevExpress.Utils.Drawing.ObjectPainter

An DevExpress.Utils.Drawing.ObjectPainter object that paints this NavigationPane.

See Also