Click or drag to resize
KaxTabBinding Class
Defines the relationship between a data item and the tab it is binding to in a KaxTabControlcontrol.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsNavigationItemBinding
      Kettic.AspNet.ControlsKaxTabBinding

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxTabBinding : NavigationItemBinding

The KaxTabBinding type exposes the following members.

Constructors
  NameDescription
Public methodKaxTabBinding
Top
Properties
  NameDescription
Public propertyChildGroupCssClass
Specifies the exact value of the ChildGroupCssClass property of the KaxTab that will be created during the data binding.
Public propertyChildGroupCssClassField
Specifies the field, containing the ChildGroupCssClass property value of the KaxTab that will be created during the data binding.
Public propertyDisabledCssClass
Specifies the exact value of the DisabledCssClass property of the KaxTab that will be created during the data binding.
Public propertyDisabledCssClassField
Specifies the field, containing the DisabledCssClass property value of the KaxTab that will be created during the data binding.
Public propertyDisabledImageUrl
Specifies the exact value of the DisabledImageUrl property of the KaxTab that will be created during the data binding.
Public propertyDisabledImageUrlField
Specifies the field, containing the DisabledImageUrl property value of the KaxTab that will be created during the data binding.
Public propertyHoveredCssClass
Specifies the exact value of the HoveredCssClass property of the KaxTab that will be created during the data binding.
Public propertyHoveredCssClassField
Specifies the field, containing the HoveredCssClass property value of the KaxTab that will be created during the data binding.
Public propertyIsBreak
Specifies the exact value of the IsBreak property of the KaxTab that will be created during the data binding.
Public propertyIsBreakField
Specifies the field, containing the IsBreak property value of the KaxTab that will be created during the data binding.
Public propertyIsSeparator
Specifies the exact value of the IsSeparator property of the KaxTab that will be created during the data binding.
Public propertyIsSeparatorField
Specifies the field, containing the IsSeparator property value of the KaxTab that will be created during the data binding.
Public propertyKaxTabScrolling
Specifies the exact value of the KaxTabScrolling property of the KaxTab that will be created during the data binding.
Public propertyKaxTabScrollingField
Specifies the field, containing the KaxTabScrolling property value of the KaxTab that will be created during the data binding.
Public propertyOuterCssClass
Specifies the exact value of the OuterCssClass property of the KaxTab that will be created during the data binding.
Public propertyOuterCssClassField
Specifies the field, containing the OuterCssClass property value of the KaxTab that will be created during the data binding.
Public propertyPageViewID
Specifies the exact value of the PageViewID property of the KaxTab that will be created during the data binding.
Public propertyPageViewIDField
Specifies the field, containing the PageViewID property value of the KaxTab that will be created during the data binding.
Public propertyScrollButtonsPosition
Specifies the exact value of the ScrollButtonsPosition property of the KaxTab that will be created during the data binding.
Public propertyScrollButtonsPositionField
Specifies the field, containing the ScrollButtonsPosition property value of the KaxTab that will be created during the data binding.
Public propertyScrollChildren
Specifies the exact value of the ScrollChildren property of the KaxTab that will be created during the data binding.
Public propertyScrollChildrenField
Specifies the field, containing the ScrollChildren property value of the KaxTab that will be created during the data binding.
Public propertyScrollPosition
Specifies the exact value of the ScrollPosition property of the KaxTab that will be created during the data binding.
Public propertyScrollPositionField
Specifies the field, containing the ScrollPosition property value of the KaxTab that will be created during the data binding.
Public propertySelectedCssClass
Specifies the exact value of the SelectedCssClass property of the KaxTab that will be created during the data binding.
Public propertySelectedCssClassField
Specifies the field, containing the SelectedCssClass property value of the KaxTab that will be created during the data binding.
Public propertySelectedImageUrl
Specifies the exact value of the SelectedImageUrl property of the KaxTab that will be created during the data binding.
Public propertySelectedImageUrlField
Specifies the field, containing the SelectedImageUrl property value of the KaxTab that will be created during the data binding.
Public propertySelectedIndex
Specifies the exact value of the SelectedIndex property of the KaxTab that will be created during the data binding.
Public propertySelectedIndexField
Specifies the field, containing the SelectedIndex property value of the KaxTab that will be created during the data binding.
Top
See Also