The C1TabBarControllerBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1TabBarControllerBase |
Initializes a new instance of the C1TabBarControllerBase class.
|
Methods
Name | Description | |
---|---|---|
![]() |
AssignPropertiesState |
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.) |
![]() |
ClearPendingPostbackEvents |
Clear pending postback events.
(Inherited from C1ThemeableControlBase.) |
![]() |
CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
(Inherited from C1ThemeableControlBase.) |
![]() |
DoPostBack |
Execute postback.
(Inherited from C1ThemeableControlBase.) |
![]() |
Initialize |
Initializes this instance.
(Overrides ComponentInitialize()()()().) |
![]() |
Invalidate |
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from C1ThemeableControlBase.) |
![]() |
PendingPostbackEvent |
Call this method if you want to raise server event on postback or callback.
(Inherited from C1ThemeableControlBase.) |
![]() |
PendingPostbackPropertyChanged |
Called when property changed.
(Inherited from C1ThemeableControlBase.) |
![]() |
SaveState |
Saves the properties state.
(Inherited from C1ThemeableControlBase.) |
Properties
Name | Description | |
---|---|---|
![]() |
AutoPostBack |
Gets or sets a value that determines whether postback to server when selected index is changed.
|
![]() |
ClientObjectID |
Gets the client side object ID. This id can be used as alternative to $find(id) method
when instance of control class created dynamically without registering within ASP .NET AJAX framework.
Usage example:
var controlObj = window[control.get_clientObjectID());
(Inherited from C1ThemeableControlBase.) |
![]() |
DisplayVisible |
Gets or sets a value that indicates whether control will be shown.
|
![]() |
Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
(Inherited from C1ThemeableControlBase.) |
![]() |
Items |
Gets the items.
|
![]() |
MultiView |
Gets the bounded multi view control.
|
![]() |
MultiViewBehaviorMode |
Determines multi view 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.
|
![]() |
MultiViewID |
Gets the multi view client ID that will be bound to control buttons.
|
![]() |
OutermostElement |
Gets the otermost control container element.
(Inherited from C1ThemeableControlBase.) |
![]() |
PropertiesState |
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.) |
![]() |
SelectedButton |
Gets the selected button.
|
![]() |
SelectedIndex |
Gets or sets the index of the selected button.
|
![]() |
UniqueID |
Gets the unique, hierarchically qualified identifier for server control.
(Inherited from C1ThemeableControlBase.) |
![]() |
VisualStyle |
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.) |
Events
Name | Description | |
---|---|---|
![]() |
SelectedIndexChanged |
Occurs when selected index changed.
|