Gets a value indicating whether this instance is last in owner collection.

Namespace:  C1.Web.iPhone.C1TabBarController
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool IsLast { get; }
Visual Basic
Public ReadOnly Property IsLast As Boolean
	Get

Field Value

true if this instance is last; otherwise, false.

See Also