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

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

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