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

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

The KaxSiteMapNodeBinding type exposes the following members.

Constructors
  NameDescription
Public methodKaxSiteMapNodeBinding
Top
Properties
  NameDescription
Public propertyDisabledCssClass
Specifies the exact value of the DisabledCssClass property of the KaxSiteMapNode that will be created during the data binding.
Public propertyDisabledCssClassField
Specifies the field, containing the DisabledCssClass property value of the KaxSiteMapNode that will be created during the data binding.
Public propertyDisabledImageUrl
Specifies the exact value of the DisabledImageUrl property of the KaxSiteMapNode that will be created during the data binding.
Public propertyDisabledImageUrlField
Specifies the field, containing the DisabledImageUrl property value of the KaxSiteMapNode that will be created during the data binding.
Public propertyHoveredCssClass
Specifies the exact value of the HoveredCssClass property of the KaxSiteMapNode that will be created during the data binding.
Public propertyHoveredCssClassField
Specifies the field, containing the HoveredCssClass property value of the KaxSiteMapNode that will be created during the data binding.
Top
See Also