Determines MultiView behavior mode when multi view is bound to tab controller. Auto - do not allow slide multi view by fingers. Slide animation will be not used. Gesture - allow slide multi view by fingers and show slide animation when selected multi view page changed. Default value is Auto.

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

Syntax

JavaScript
C1.Web.iPhone.C1TabBarController.MultiViewBehaviorMode = function();

Type.createClass(
	'C1.Web.iPhone.C1TabBarController.MultiViewBehaviorMode',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.iPhone.C1TabBarController..::..MultiViewBehaviorMode

See Also