Click or drag to resize
KaxTabControl Properties

The KaxTabControl type exposes the following members.

Properties
  Name Description
Public property Align
Gets or sets the alignment of the tabs in the KaxTabControl control.
Public property AppendDataBoundItems

Gets or sets a value that indicates whether child tabs are cleared before data binding.

(Overrides ControlItemContainerAppendDataBoundItems.)
Public property AutoPostBack
Gets or sets a value indicating whether tabs should postback when clicked.
Public property CausesValidation
Gets or sets a value indicating whether validation is performed when a tab within the KaxTabControl control is selected.
(Overrides ControlItemContainerCausesValidation.)
Public property ClickSelectedTab
Gets or sets a value indicating whether the tabcontrol should postback when the user clicks the currently selected tab.
Public property Code example ClientChanges
Gets a list of all client-side changes (adding a tab, removing a tab, changing a tab's property) which have occurred.
Public property DataBindings
Gets a collection of KaxTabBindingCollection objects that define the relationship between a data item and the tab it is binding to.
Public property Code example DataFieldID
Gets or sets the field from the data source which is the "child" column in the "parent-child" relationship used to databind the KaxTabControl control.
(Overrides HierarchicalControlItemContainerDataFieldID.)
Public property Code example DataFieldParentID
Gets or sets the field from the data source which is the "parent" column in the "parent-child" relationship used to databind the KaxTabControl control.
(Overrides HierarchicalControlItemContainerDataFieldParentID.)
Public property Code example DataNavigateUrlField
Gets or sets the field of the data source that provides the URL to which tabs navigate.
(Overrides HierarchicalControlItemContainerDataNavigateUrlField.)
Public property Code example DataTextField
Gets or sets the field of the data source that provides the text content of the tabs.
(Overrides ControlItemContainerDataTextField.)
Public property DataTextFormatString
Gets or sets the formatting string used to control how text to the tabcontrol control is displayed.
(Overrides ControlItemContainerDataTextFormatString.)
Public property Code example DataValueField
Gets or sets the field of the data source that provides the value of the tabs.
(Overrides ControlItemContainerDataValueField.)
Public property EnableSubLevelStyles
Controls whether the subitems of the tabcontrol will have different styles than the main items.
Public property InnermostSelectedTab
Gets the innermost selected tab in a hierarchical KaxTabControl control.
Public property KaxTabScrolling
Gets or sets a value indicating whether the tabcontrol should scroll directly to the next tab.
Public property MaxDataBindDepth
Gets or sets the maximum number of levels to bind to the KaxTabControl control.
(Overrides HierarchicalControlItemContainerMaxDataBindDepth.)
Public property MultiPage
Gets the associated KaxMultiPage control if the MultiPageID property is set.
Public property Code example MultiPageID
Gets or sets the ID of the KaxMultiPage control that will be controlled by the current KaxTabControl control.
Public property Code example OnClientContextMenu
Gets or sets a value indicating the client-side event handler that is called before the browser context menu shows (after right-clicking an item).
Public property Code example OnClientDoubleClick
Gets or sets a value indicating the client-side event handler that is called when the user double-clicks a tab.
Public property Code example OnClientLoad
Gets or sets the name of the javascript function called when the control is fully initialized on the client side.
Public property Code example OnClientMouseOut
Gets or sets a value indicating the client-side event handler that is called when the mouse leaves a tab in the KaxTabControl control.
Public property Code example OnClientMouseOver
Gets or sets a value indicating the client-side event handler that is called when the mouse hovers a tab in the KaxTabControl control.
Public property Code example OnClientTabSelected
Gets or sets a value indicating the client-side event handler that is called after selecting a tab.
Public property Code example OnClientTabSelecting
Gets or sets a value indicating the client-side event handler that is called just prior to selecting a tab.
Public property Code example OnClientTabUnSelected
Gets or sets a value indicating the client-side event handler that is called after a tab is unselected (i.e. the user has selected another tab).
Public property Orientation
Gets or sets a value indicating the orientation of child tabs within the KaxTabControl control.
Public property PostBackUrl
Gets or sets the URL of the page to post to from the current page when a tab from the tabcontrol is clicked.
(Overrides ControlItemContainerPostBackUrl.)
Public property ReorderTabsOnSelect
Gets or sets a value indicating whether the row of the selected tab should move to the bottom.
Public property ScrollButtonsPosition
The position of the scroll buttons with regards to the tab band.
Public property ScrollChildren
Gets or sets a value indicating whether the immediate children of the KaxTabControl control will be scrollable.
Public property ScrollPosition
Gets or sets the position of the scrollable band of tabs relative to the beginning of the scrolling area.
Public property Code example SelectedIndex
Gets or sets the index of the selected child tab.
Public property SelectedTab
Gets the selected child tab.
Public property ShowBaseLine
Shows or hides the image at the base of the first level of tabs.
Public property Code example Tabs
Gets a KaxTabCollection object that contains the root tabs of the current KaxTabControl control.
Public property Code example TabTemplate
Gets or sets the template for displaying all tabs in the KaxTabControl control.
Public property UnSelectChildren
Gets or sets a value determining whether child tabs are unselected when a parent tab is unselected.
Public property ValidationGroup

Gets or sets the name of the validation group to which this validation control belongs.

(Overrides ControlItemContainerValidationGroup.)
Top
See Also