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

TabHeaderCustomDrawEventArgs.ControlInfo Property

Gets an object that contains information about the tab being drawn.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

public TabDrawArgs ControlInfo { get; }

Property Value

Type Description
DevExpress.XtraTab.Drawing.TabDrawArgs

An object that contains information about the tab being drawn.

See Also