Click or drag to resize
KaxSiteMap Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsBaseDataBoundControl
        System.Web.UI.WebControlsDataBoundControl
          KaxDataBoundControl
            Kettic.AspNet.ControlsControlItemContainer
              Kettic.AspNet.ControlsHierarchicalControlItemContainer
                Kettic.AspNet.ControlsKaxSiteMap

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 KaxSiteMap : HierarchicalControlItemContainer, IKaxSiteMapNodeContainer

The KaxSiteMap type exposes the following members.

Constructors
  NameDescription
Public methodKaxSiteMap
Top
Methods
  NameDescription
Public methodClearSelectedNode
This methods clears the selected nodes of the current KaxSiteMap instance.
Public methodGetAllNodes
Gets a linear list of all nodes in the KaxSiteMap control.
Top
Properties
  NameDescription
Public propertyDataBindings
Gets a collection of KaxSiteMapNodeBindingCollection objects that define the relationship between a data item and the tree node it is binding to.
Public propertyDefaultLevelSettings
Gets or sets the SiteMapLevelSetting object to be used when no specific settings have been defined for a given level.
Public propertyLevelSettings
Gets the collection of LevelSettings objects that define the appearance of the nodes according to their level in the hierarchy.
Public propertyCode exampleNodes
Gets a KaxSiteMapNodeCollection object that contains the root nodes of the current KaxSiteMap control.
Public propertySelectedNode
Gets a collection of KaxSiteMapNode objects that represent the node in the control that is currently selected.
Public propertyShowNodeLines
Gets or sets a value indicating whether to render node lines in a fashion similar to KaxTreeView.
Top
Events
  NameDescription
Public eventNodeCreated
Occurs when node is created.
Public eventCode exampleNodeDataBound
Occurs when node is data bound.
Public eventCode exampleTemplateNeeded
Occurs before template is being applied to the node.
Top
See Also