Back to Devexpress

TabHeaderCustomDrawEventArgs.TabHeaderRowInfo Property

windowsforms-devexpress-dot-xtratab-dot-tabheadercustomdraweventargs-770a7236.md

latest1.2 KB
Original Source

TabHeaderCustomDrawEventArgs.TabHeaderRowInfo Property

Provides access to the object that contains information about the row being drawn.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public BaseTabRowViewInfo TabHeaderRowInfo { get; }
vb
Public ReadOnly Property TabHeaderRowInfo As BaseTabRowViewInfo

Property Value

TypeDescription
DevExpress.XtraTab.ViewInfo.BaseTabRowViewInfo

An object that contains information about the row being drawn.

|

See Also

TabHeaderCustomDrawEventArgs Class

TabHeaderCustomDrawEventArgs Members

DevExpress.XtraTab Namespace