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.v24.2.dll

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