The C1TabStrip type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Alignment |
Gets or sets the default alignment of the tabstrip.
|
![]() | AutoPostBack |
Gets or sets a value that determines whether to postback to the server when clicking the tab.
|
![]() | CausesValidation |
Gets or sets a value indicating whether validation is performed when a tab is clicked.
|
![]() | ChildGroupCssClass |
CSS class name used for the child tab group.
|
![]() | DataTextField |
Gets or sets the name of the data field to bind to the C1Tab.Text property.
|
![]() | DataUrlField |
Gets or sets the name of the data field to bind to the C1Tab.NavigateUrl property.
|
![]() | DataValueField |
Gets or sets the name of the data field to bind to the C1Tab.Value property.
|
![]() | Direction |
Gets or sets the direction of the tabs.
|
![]() | Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
(Overrides WebControl..::..Enabled.) |
![]() | MasterID |
Gets or sets the name of the master id field in hierachical databinding.
|
![]() | MultiPageID |
Gets or sets the ID of the C1MultiPage control to associate with this tabstrip.
|
![]() | OnClientAfterTabSelect |
Handler name of the client AfterTabSelect event.
|
![]() | OnClientBeforeTabSelect |
Handler name of the client BeforeTabSelect event.
|
![]() | OnClientTabMouseEnter |
Handler name of the client TabMouseEnter event.
|
![]() | OnClientTabMouseOut |
Handler name of the client TabMouseOut event.
|
![]() | OnClientTabUnSelect |
Handler name of the client TabUnSelect event.
|
![]() | OverlapOrder |
Gets or sets orientation of the tabstrip.
|
![]() | ParentID |
Gets or sets the name of the parent id field in hierachical databinding.
|
![]() | PostBackUrl |
Gets or sets the URL of the page to post to from the current page when a tab is clicked.
|
![]() | ScrollSettings |
Scroll settings.
|
![]() | SelectedIndex |
Gets or sets the index of the selected tab.
|
![]() | Tabs |
Gets the collection of tabs.
|
![]() | TextImageRelation |
Gets or sets the relationship of the text and image for the child tabs.
|
![]() | ValidationGroup |
Gets or sets the group of controls for which the tab causes validation when it posts back to the server.
|