Click or drag to resize

NavigatorProperties Properties

The NavigatorProperties type exposes the following members.

Properties
  NameDescription
Public propertyAjaxPopulate
True if you want the SQL expanded nodes to be populated via AJAX.
Public propertyCaption
The navigator's caption.
Public propertyCssClass
The class name to apply to the UL element.
Public propertyImageSet
The group of images to use for the TreeView control. See TreeViewImageSet in the .Net documentation.
Public propertyImageURL
The url for the tree node's image. (Relative to the root).
Public propertyMissingImageURL
The url for child nodes for this navigator that are missing an ImageURL. If this is blank, no image is provided. (Relative to the root).
Public propertyPageImageURL
Application root relative image to use in NavPage template.
Public propertySelectAction
Set to Expand to have items with children expand (the default) or Navigate to select the first child item and use it as the navigation target.
Public propertyToolTip
The navigator's tooltip.
Top
See Also