Skip to main content

TabHeaderCustomDrawEventArgs.TabHeaderInfo Property

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

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseTabPageViewInfo TabHeaderInfo { get; }

Property Value

Type Description
DevExpress.XtraTab.ViewInfo.BaseTabPageViewInfo

An object that contains information about the page being drawn.

See Also