BaseLayoutItemHitInfo.IsLastRow Property
Gets whether the test point belongs to a tab of a TabbedControlGroup and this tab resides within the last tab row. This property is in effect if tabs are allowed to be arranged in multiple rows (see TabbedGroup.MultiLine).
Namespace: DevExpress.XtraLayout.HitInfo
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a tab resides within the last tab row; otherwise, false. |
See Also