Skip to main content

Document.GetPainter() Method

Gets an object that paints the current Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ObjectPainter GetPainter()

Returns

Type Description
DevExpress.Utils.Drawing.ObjectPainter

An ObjectPainter object that paints the current Document.

See Also