Click or drag to resize
KaxNavigationItemBinding Class
Represents the simple binding between the property value of an object and the property value of a KaxNavigationItem.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsNavigationItemBinding
      Kettic.AspNet.ControlsKaxNavigationItemBinding

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 KaxNavigationItemBinding : NavigationItemBinding

The KaxNavigationItemBinding type exposes the following members.

Constructors
  NameDescription
Public methodKaxNavigationItemBinding
Top
Properties
  NameDescription
Public propertyChildGroupCssClass
Specifies the exact value of the ChildGroupCssClass property of the KaxNavigationItem that will be created during the data binding.
Public propertyChildGroupCssClassField
Specifies the field, containing the ChildGroupCssClass property value of the KaxNavigationItem that will be created during the data binding.
Public propertyChildGroupHeight
Specifies the exact value of the ChildGroupHeight property of the KaxNavigationItem that will be created during the data binding.
Public propertyChildGroupHeightField
Specifies the field, containing the ChildGroupHeight property value of the KaxNavigationItem that will be created during the data binding.
Public propertyClickedCssClass
Specifies the exact value of the ClickedCssClass property of the KaxNavigationItem that will be created during the data binding.
Public propertyClickedCssClassField
Specifies the field, containing the ClickedCssClass property value of the KaxNavigationItem that will be created during the data binding.
Public propertyDisabledCssClass
Specifies the exact value of the DisabledCssClass property of the KaxNavigationItem that will be created during the data binding.
Public propertyDisabledCssClassField
Specifies the field, containing the DisabledCssClass property value of the KaxNavigationItem that will be created during the data binding.
Public propertyDisabledImageUrl
Specifies the exact value of the DisabledImageUrl property of the KaxNavigationItem that will be created during the data binding.
Public propertyDisabledImageUrlField
Specifies the field, containing the DisabledImageUrl property value of the KaxNavigationItem that will be created during the data binding.
Public propertyExpanded
Specifies the exact value of the Expanded property of the KaxNavigationItem that will be created during the data binding.
Public propertyExpandedCssClass
Specifies the exact value of the ExpandedCssClass property of the KaxNavigationItem that will be created during the data binding.
Public propertyExpandedCssClassField
Specifies the field, containing the ExpandedCssClass property value of the KaxNavigationItem that will be created during the data binding.
Public propertyExpandedField
Specifies the field, containing the Expanded property value of the KaxNavigationItem that will be created during the data binding.
Public propertyExpandedImageUrl
Specifies the exact value of the ExpandedImageUrl property of the KaxNavigationItem that will be created during the data binding.
Public propertyExpandedImageUrlField
Specifies the field, containing the ExpandedImageUrl property value of the KaxNavigationItem that will be created during the data binding.
Public propertyFocusedCssClass
Specifies the exact value of the FocusedCssClass property of the KaxNavigationItem that will be created during the data binding.
Public propertyFocusedCssClassField
Specifies the field, containing the FocusedCssClass property value of the KaxNavigationItem that will be created during the data binding.
Public propertyImagePosition
Specifies the exact value of the ImagePosition property of the KaxNavigationItem that will be created during the data binding.
Public propertyImagePositionField
Specifies the field, containing the ImagePosition property value of the KaxNavigationItem that will be created during the data binding.
Public propertyIsSeparator
Specifies the exact value of the IsSeparator property of the KaxNavigationItem that will be created during the data binding.
Public propertyIsSeparatorField
Specifies the field, containing the IsSeparator property value of the KaxNavigationItem that will be created during the data binding.
Public propertyPreventCollapse
Specifies the exact value of the PreventCollapse property of the KaxNavigationItem that will be created during the data binding.
Public propertyPreventCollapseField
Specifies the field, containing the PreventCollapse property value of the KaxNavigationItem that will be created during the data binding.
Public propertySelectedCssClass
Specifies the exact value of the SelectedCssClass property of the KaxNavigationItem that will be created during the data binding.
Public propertySelectedCssClassField
Specifies the field, containing the SelectedCssClass property value of the KaxNavigationItem that will be created during the data binding.
Public propertySelectedImageUrl
Specifies the exact value of the SelectedImageUrl property of the KaxNavigationItem that will be created during the data binding.
Public propertySelectedImageUrlField
Specifies the field, containing the SelectedImageUrl property value of the KaxNavigationItem that will be created during the data binding.
Top
See Also