Click or drag to resize
KaxSiteMap Properties

The KaxSiteMap type exposes the following members.

Properties
  Name Description
Public property DataBindings
Gets a collection of KaxSiteMapNodeBindingCollection objects that define the relationship between a data item and the tree node it is binding to.
Public property DefaultLevelSettings
Gets or sets the SiteMapLevelSetting object to be used when no specific settings have been defined for a given level.
Public property LevelSettings
Gets the collection of LevelSettings objects that define the appearance of the nodes according to their level in the hierarchy.
Public property Code example Nodes
Gets a KaxSiteMapNodeCollection object that contains the root nodes of the current KaxSiteMap control.
Public property SelectedNode
Gets a collection of KaxSiteMapNode objects that represent the node in the control that is currently selected.
Public property ShowNodeLines
Gets or sets a value indicating whether to render node lines in a fashion similar to KaxTreeView.
Top
See Also