Back to Devexpress

HitInfo.Tab Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-hitinfo-c7d665c2.md

latest1.4 KB
Original Source

HitInfo.Tab Property

Gets or sets the tab located under the test point.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DockPanel Tab { get; set; }
vb
Public Property Tab As DockPanel

Property Value

TypeDescription
DockPanel

A DockPanel object representing the tab located under the test point. null ( Nothing in Visual Basic) if there is no tab under the test point.

|

Remarks

To determine the type of the particular visual element under the test point, read the HitInfo.HitTest property’s value.

See Also

HitTest

HitInfo Class

HitInfo Members

DevExpress.XtraBars.Docking Namespace