WebNavPane Properties
| Id | Description The ID of the control ValueType String Default Value |
| NavType | Description Gets or sets the NavType of this WebNavPane instance ValueType NavType Default Value |
| BarItems | Description Gets the collection of WebNavBar items in this WebNavPane ValueType Collection (ISArray) Default Value |
| ActiveBarIndex | Description Gets or sets the active WebNavBar index inside this WebNavPane object ValueType int Default Value |
| AllowResize | Description Gets or sets the value to indicate whether the WebNavPane object is allowed to be resized ValueType boolean Default Value |
| BarItemSettings | Description Gets or sets the WebNavBar item settings in this WebNavPane object ValueType BarItemSettings Default Value |
| BarSettings | Description Gets or sets the WebNavBar settings in this WebNavPane object ValueType BarSettings Default Value |
| FooterSettings | Description Gets or sets the footer settings in WebNavPane object ValueType FooterSettings Default Value |
| BarVisible | Description Gets or sets the value to indicate whether the WebNavBar is visible in WebNavPane Object ValueType boolean Default Value |
| ImagesDirectory | Description Gets or sets the images directory in this WebNavPane object ValueType String Default Value |
| OnBarClick | Description Specifies the client side (Java Script) function that will be invoked when the bar is clicked ValueType String Default Value |
| OnBarItemClick | Description Specifies the client side (Java Script) function that will be invoked when the bar item is clicked ValueType String Default Value |
| OnPaneResize | Description Specifies the client side (Java Script) function that will be invoked when the pane is resized ValueType String Default Value |
| OnInitialize | Description Specifies the client side (JavaScript) function that will be invoked when the WebNavPane object is in initialization process. ValueType String Default Value |
| OnClientUnload | Description Specifies the client side (JavaScript) function that will be invoked when client object is in unload process. ValueType String Default Value |
WebNavPane Methods
| ResolveImagePath | Description Resolves the image path Parameters
|
| GetCaptionElement | Description Gets the HTML Caption element of WebNavPane object Parameters Remarks
|
| GetGripElement | Description Gets the HTML Grip element of WebNavPane object Parameters Remarks
|
| GetFooterElement | Description Gets the HTML Footer element of WebNavPane object Parameters Remarks
|
| GetActiveBar | Description Gets the active WebNavBar instance inside this WebNavPane Parameters Remarks
|
| SetActiveBar | Description Sets the active WebNavBar instance inside this WebNavPane Parameters
|