NavigatorProperties Interface |
Properties specific to Navigator objects.
Namespace: SystemProperties
The NavigatorProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| AjaxPopulate | True if you want the SQL expanded nodes to be populated via AJAX. | |
| Caption | The navigator's caption. | |
| CssClass | The class name to apply to the UL element. | |
| ImageSet | The group of images to use for the TreeView control. See TreeViewImageSet in the .Net documentation. | |
| ImageURL | The url for the tree node's image. (Relative to the root). | |
| MissingImageURL | 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). | |
| PageImageURL | Application root relative image to use in NavPage template. | |
| SelectAction | 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. | |
| ToolTip | The navigator's tooltip. |
| This interface is declared for documentation purposes only and is not intended to be used from code. |