Click or drag to resize
KaxMenuItemBinding Class
Defines the relationship between a data item and the menu item it is binding to in a KaxMenucontrol.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsNavigationItemBinding
      Kettic.AspNet.ControlsKaxMenuItemBinding

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

The KaxMenuItemBinding type exposes the following members.

Constructors
  NameDescription
Public methodKaxMenuItemBinding
Top
Properties
  NameDescription
Public propertyClickedCssClass
Specifies the exact value of the ClickedCssClass property of the KaxMenuItem that will be created during the data binding.
Public propertyClickedCssClassField
Specifies the field, containing the ClickedCssClass property value of the KaxMenuItem that will be created during the data binding.
Public propertyDisabledCssClass
Specifies the exact value of the DisabledCssClass property of the KaxMenuItem that will be created during the data binding.
Public propertyDisabledCssClassField
Specifies the field, containing the DisabledCssClass property value of the KaxMenuItem that will be created during the data binding.
Public propertyDisabledImageUrl
Specifies the exact value of the DisabledImageUrl property of the KaxMenuItem that will be created during the data binding.
Public propertyDisabledImageUrlField
Specifies the field, containing the DisabledImageUrl property value of the KaxMenuItem that will be created during the data binding.
Public propertyExpandedCssClass
Specifies the exact value of the ExpandedCssClass property of the KaxMenuItem that will be created during the data binding.
Public propertyExpandedCssClassField
Specifies the field, containing the ExpandedCssClass property value of the KaxMenuItem that will be created during the data binding.
Public propertyExpandedImageUrl
Specifies the exact value of the ExpandedImageUrl property of the KaxMenuItem that will be created during the data binding.
Public propertyExpandedImageUrlField
Specifies the field, containing the ExpandedImageUrl property value of the KaxMenuItem that will be created during the data binding.
Public propertyExpandMode
Specifies the exact value of the ExpandMode property of the KaxMenuItem that will be created during the data binding.
Public propertyExpandModeField
Specifies the field, containing the ExpandMode property value of the KaxMenuItem 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 KaxMenuItem that will be created during the data binding.
Public propertyIsSeparator
Specifies the exact value of the IsSeparator property of the KaxMenuItem that will be created during the data binding.
Public propertyIsSeparatorField
Specifies the field, containing the IsSeparator property value of the KaxMenuItem that will be created during the data binding.
Top
See Also