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

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

Syntax

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

Field Value

true if this instance is first; otherwise, false.

See Also