Skip to main content

NavigationPane.GetPainter() Method

Gets the object that paints this NavigationPane.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual ObjectPainter GetPainter()

Returns

Type Description
DevExpress.Utils.Drawing.ObjectPainter

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

See Also