Classes

  Class Description
Public class C1SelectedIndexChangedEventArgs
Class containing event data for SelectedIndexChanged event.
Public class C1TabBarController
Represents a tab controller in an ASP.NET Web page.
Public class C1TabBarControllerBase
C1TabBarController Base.
Public class C1TabBarControllerSerializer
Serializes C1TabBarController Control.
Public class C1TabBarItem
Tab control.
Public class C1TabBarItemBase
Base class for C1TabBarItem and C1SegmentedButton
Public class C1TabBarItemCollection
Collection with C1Tab controls.
Public class C1TabBarItemCollectionBase
Public class C1TabCollectionEditor
C1TabCollection Editor.

Delegates

  Delegate Description
Public delegate C1SelectedIndexChangedEventHandler
Represents the method that will handle an event that has SelectedIndex event data.

Enumerations

  Enumeration Description
Public enumeration MultiViewBehaviorMode
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.