The C1TabStrip type exposes the following members.

Constructors

  NameDescription
Public methodC1TabStrip
Creates an instance of C1TabStrip class.

Methods

  NameDescription
Public methodFindTabByNavigateUrl
Searches C1Tab through the collection by the NavigateUrl. Recursive searching is used until C1Tab is found.
Public methodFindTabByText
Searches C1Tab through the collection by the Text. Recursive searching is used until C1Tab is found.
Public methodFindTabByValue
Searches C1Tab through the collection by the Value. Recursive searching is used until C1Tab is found.
Public methodLoadLayoutOverloaded.
Public methodLoadPostData
LoadPostData.
Public methodRaisePostDataChangedEvent
RaisePostDataChangedEvent.
Public methodRenderDesignTimeStyleSheets
Override this method if you want to render additional stylesheets definitions what will be used by control only at design-time.
(Overrides C1ThemeableDataBoundControlRenderDesignTimeStyleSheets(HtmlTextWriter, Boolean).)
Public methodSaveLayoutOverloaded.

Properties

  NameDescription
Public propertyAlignment
Gets or sets the default alignment of the tabstrip.
Public propertyAutoPostBack
Gets or sets a value that determines whether to postback to the server when clicking the tab.
Public propertyCausesValidation
Gets or sets a value indicating whether validation is performed when a tab is clicked.
Public propertyChildGroupCssClass
CSS class name used for the child tab group.
Public propertyDataTextField
Gets or sets the name of the data field to bind to the C1Tab.Text property.
Public propertyDataUrlField
Gets or sets the name of the data field to bind to the C1Tab.NavigateUrl property.
Public propertyDataValueField
Gets or sets the name of the data field to bind to the C1Tab.Value property.
Public propertyDirection
Gets or sets the direction of the tabs.
Public propertyEnabled
Gets or sets a value indicating whether the Web server control is enabled.
(Overrides WebControl..::..Enabled.)
Public propertyMasterID
Gets or sets the name of the master id field in hierachical databinding.
Public propertyMultiPageID
Gets or sets the ID of the C1MultiPage control to associate with this tabstrip.
Public propertyOnClientAfterTabSelect
Handler name of the client AfterTabSelect event.
Public propertyOnClientBeforeTabSelect
Handler name of the client BeforeTabSelect event.
Public propertyOnClientTabMouseEnter
Handler name of the client TabMouseEnter event.
Public propertyOnClientTabMouseOut
Handler name of the client TabMouseOut event.
Public propertyOnClientTabUnSelect
Handler name of the client TabUnSelect event.
Public propertyOverlapOrder
Gets or sets orientation of the tabstrip.
Public propertyParentID
Gets or sets the name of the parent id field in hierachical databinding.
Public propertyPostBackUrl
Gets or sets the URL of the page to post to from the current page when a tab is clicked.
Public propertyScrollSettings
Scroll settings.
Public propertySelectedIndex
Gets or sets the index of the selected tab.
Public propertyTabs
Gets the collection of tabs.
Public propertyTextImageRelation
Gets or sets the relationship of the text and image for the child tabs.
Public propertyValidationGroup
Gets or sets the group of controls for which the tab causes validation when it posts back to the server.

Events

  NameDescription
Public eventSelectionChanged
Occurs when tab selection is changed.

See Also