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

TabHeaderCustomDrawEventArgs.Painter Property

Provides access to the object that performs paint operations.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseTabPainter Painter { get; }

Property Value

Type Description
DevExpress.XtraTab.Drawing.BaseTabPainter

An object that performs paint operations.

See Also