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

TabHeaderCustomDrawEventArgs.TabHeaderRowInfo Property

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public BaseTabRowViewInfo TabHeaderRowInfo { get; }

Property Value

Type Description
DevExpress.XtraTab.ViewInfo.BaseTabRowViewInfo

An object that contains information about the row being drawn.

See Also