Back to Devexpress

TabHeaderCustomDrawEventArgs.Painter Property

windowsforms-devexpress-dot-xtratab-dot-tabheadercustomdraweventargs-df3afcdd.md

latest1.1 KB
Original Source

TabHeaderCustomDrawEventArgs.Painter Property

Provides access to the object that performs paint operations.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public BaseTabPainter Painter { get; }
vb
Public ReadOnly Property Painter As BaseTabPainter

Property Value

TypeDescription
DevExpress.XtraTab.Drawing.BaseTabPainter

An object that performs paint operations.

|

See Also

TabHeaderCustomDrawEventArgs Class

TabHeaderCustomDrawEventArgs Members

DevExpress.XtraTab Namespace