The C1TabControl type exposes the following members.

Properties

  NameDescription
Public propertyAlignment
Gets or sets the alignment of the tabs.
Public propertyAnimation
Animation effect while switching between pages.
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 propertyDirection
Gets or sets the docking direction of the tabs.
Public propertyDuration
Expand Animation duration in milliseconds.
Public propertyEasing
Specifies the transition for animation.
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 propertyScrollSettings
Scroll settings.
Public propertySelectedIndex
Gets or sets the index of the selected tab.
Public propertyTabPages
Gets the tab page collection.
Public propertyTextImageRelation
Gets or sets the relationship of the text and image.
Public propertyUseEmbeddedVisualStyles
If true then control will use VisualStyle embedded into control's assembly. otherwise control will load VisualStyle from disk.
(Overrides C1ThemeableControlUseEmbeddedVisualStyles()()()().)
Public propertyValidationGroup
Gets or sets the group of controls for which the tab causes validation when it posts back to the server.
Public propertyVisualStyle
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableControlVisualStyle()()()().)
Public propertyVisualStylePath
Gets or sets the path to the visual style folder.
(Overrides C1ThemeableControlVisualStylePath()()()().)

See Also