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

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

The KaxTreeNodeBinding type exposes the following members.

Constructors
  NameDescription
Public methodKaxTreeNodeBinding
Top
Properties
  NameDescription
Public propertyAllowDrag
Specifies the exact value of the AllowDrag property of the KaxTreeNode that will be created during the data binding.
Public propertyAllowDragField
Specifies the field, containing the AllowDrag property value of the KaxTreeNode that will be created during the data binding.
Public propertyAllowDrop
Specifies the exact value of the AllowDrop property of the KaxTreeNode that will be created during the data binding.
Public propertyAllowDropField
Specifies the field, containing the AllowDrop property value of the KaxTreeNode that will be created during the data binding.
Public propertyAllowEdit
Specifies the exact value of the AllowEdit property of the KaxTreeNode that will be created during the data binding.
Public propertyAllowEditField
Specifies the field, containing the AllowEdit property value of the KaxTreeNode that will be created during the data binding.
Public propertyCategory
Specifies the exact value of the Category property of the KaxTreeNode that will be created during the data binding.
Public propertyCategoryField
Specifies the field, containing the Category property value of the KaxTreeNode that will be created during the data binding.
Public propertyCheckable
Specifies the exact value of the Checkable property of the KaxTreeNode that will be created during the data binding.
Public propertyCheckableField
Specifies the field, containing the Checkable property value of the KaxTreeNode that will be created during the data binding.
Public propertyChecked
Specifies the exact value of the Checked property of the KaxTreeNode that will be created during the data binding.
Public propertyCheckedField
Specifies the field, containing the Checked property value of the KaxTreeNode that will be created during the data binding.
Public propertyContentCssClass
Specifies the exact value of the ContentCssClass property of the KaxTreeNode that will be created during the data binding.
Public propertyContentCssClassField
Specifies the field, containing the ContentCssClass property value of the KaxTreeNode that will be created during the data binding.
Public propertyContextMenuID
Specifies the exact value of the ContextMenuID property of the KaxTreeNode that will be created during the data binding.
Public propertyContextMenuIDField
Specifies the field, containing the ContextMenuID property value of the KaxTreeNode that will be created during the data binding.
Public propertyDisabledCssClass
Specifies the exact value of the DisabledCssClass property of the KaxTreeNode that will be created during the data binding.
Public propertyDisabledCssClassField
Specifies the field, containing the DisabledCssClass property value of the KaxTreeNode that will be created during the data binding.
Public propertyDisabledImageUrl
Specifies the exact value of the DisabledImageUrl property of the KaxTreeNode that will be created during the data binding.
Public propertyDisabledImageUrlField
Specifies the field, containing the DisabledImageUrl property value of the KaxTreeNode that will be created during the data binding.
Public propertyEnableContextMenu
Specifies the exact value of the EnableContextMenu property of the KaxTreeNode that will be created during the data binding.
Public propertyEnableContextMenuField
Specifies the field, containing the EnableContextMenu property value of the KaxTreeNode that will be created during the data binding.
Public propertyExpanded
Specifies the exact value of the Expanded property of the KaxTreeNode that will be created during the data binding.
Public propertyExpandedField
Specifies the field, containing the Expanded property value of the KaxTreeNode that will be created during the data binding.
Public propertyExpandedImageUrl
Specifies the exact value of the ExpandedImageUrl property of the KaxTreeNode that will be created during the data binding.
Public propertyExpandedImageUrlField
Specifies the field, containing the ExpandedImageUrl property value of the KaxTreeNode that will be created during the data binding.
Public propertyExpandMode
Specifies the exact value of the ExpandMode property of the KaxTreeNode that will be created during the data binding.
Public propertyExpandModeField
Specifies the field, containing the ExpandMode property value of the KaxTreeNode that will be created during the data binding.
Public propertyHoveredCssClass
Specifies the exact value of the HoveredCssClass property of the KaxTreeNode that will be created during the data binding.
Public propertyHoveredCssClassField
Specifies the field, containing the HoveredCssClass property value of the KaxTreeNode that will be created during the data binding.
Public propertySelectedCssClass
Specifies the exact value of the SelectedCssClass property of the KaxTreeNode that will be created during the data binding.
Public propertySelectedCssClassField
Specifies the field, containing the SelectedCssClass property value of the KaxTreeNode that will be created during the data binding.
Public propertySelectedImageUrl
Specifies the exact value of the SelectedImageUrl property of the KaxTreeNode that will be created during the data binding.
Public propertySelectedImageUrlField
Specifies the field, containing the SelectedImageUrl property value of the KaxTreeNode that will be created during the data binding.
Top
See Also