TabPane.GetPainter() Method
Retrieves an object that paints this TabPane control.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
DevExpress.Utils.Drawing.ObjectPainter | A DevExpress.Utils.Drawing.ObjectPainter object that paints this TabPane control. |
See Also