Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool IsLastRow { get; set; }

Property Value

Type Description
Boolean

true if a tab resides within the last tab row; otherwise, false.

See Also