The C1TabControl type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets the alignment of the tabs.
| |
| Animation |
Animation effect while switching between pages.
| |
| 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.
| |
| Direction |
Gets or sets the docking direction of the tabs.
| |
| Duration |
Expand Animation duration in milliseconds.
| |
| Easing |
Specifies the transition for animation.
| |
| 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.
| |
| ScrollSettings |
Scroll settings.
| |
| SelectedIndex |
Gets or sets the index of the selected tab.
| |
| TabPages |
Gets the tab page collection.
| |
| TextImageRelation |
Gets or sets the relationship of the text and image.
| |
| UseEmbeddedVisualStyles |
If true then control will use VisualStyle embedded into control's assembly.
otherwise control will load VisualStyle from disk.
(Overrides C1ThemeableControlUseEmbeddedVisualStyles()()()().) | |
| ValidationGroup |
Gets or sets the group of controls for which the tab causes validation when it posts back to the server.
| |
| VisualStyle |
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableControlVisualStyle()()()().) | |
| VisualStylePath |
Gets or sets the path to the visual style folder.
(Overrides C1ThemeableControlVisualStylePath()()()().) |