Click or drag to resize
KaxNavigationBar Properties

The KaxNavigationBar type exposes the following members.

Properties
  Name Description
Public property AllowCollapseAllItems
Gets or sets a value indicating whether all items can be collapsed. This allows all the items to be collapsed even if the navigationbar's ExpandMode is set to SingleExpandedItem or FullExpandedItem mode.
Public property Code example ClientChanges
Gets a list of all client-side changes (adding an item, removing an item, changing an item's property) which have occurred.
Public property Code example CollapseAnimation
Gets the settings for the animation played when an item closes.
Public property Code example CollapseDelay
Gets or sets a value indicating the timeout after which a panel item starts to close.
Public property CookieName
Specifies the name of the cookie which should be used when PersistStateInCookie is set to true.
Public property DataBindings
Public property Code example ExpandAnimation
Gets the settings for the animation played when an item opens.
Public property Code example ExpandDelay
Gets or sets a value indicating the timeout after which a panel item starts to open.
Public property ExpandMode
Gets of sets a value indicating the behavior of KaxNavigationBar when an item is expanded.
Public property Code example Items
Gets a KaxNavigationItemCollection object that contains the root items of the current KaxNavigationBar control.
Public property Code example ItemTemplate
Gets or sets the template for displaying the items in KaxNavigationBar.
Public property MaxDataBindDepth
Gets or sets the maximum number of levels to bind to the KaxNavigationBar control.
(Overrides HierarchicalControlItemContainerMaxDataBindDepth.)
Public property Code example OnClientContextMenu
Gets or sets a value indicating the client-side event handler that is called before the browser context panel shows (after right-clicking an item).
Public property Code example OnClientItemBlur
Gets or sets a value indicating the client-side event handler that is called after an item loses focus.
Public property Code example OnClientItemClicked
Gets or sets a value indicating the client-side event handler that is called after a panel item is clicked.
Public property Code example OnClientItemClicking
Gets or sets a value indicating the client-side event handler that is called when a panel item is clicked.
Public property Code example OnClientItemCollapse
Gets or sets a value indicating the client-side event handler that is called when a group of child items collapses.
Public property Code example OnClientItemExpand
Gets or sets a value indicating the client-side event handler that is called when a group of child items expands.
Public property Code example OnClientItemFocus
Gets or sets a value indicating the client-side event handler that is called when a panel item gets focus.
Public property Code example OnClientLoad
Gets or sets a value indicating the client-side event handler that is called after the KaxNavigationBar client-side object is initialized.
Public property Code example OnClientMouseOut
Gets or sets a value indicating the client-side event handler that is called when the mouse moves out of a panel item in the KaxNavigationBar control.
Public property Code example OnClientMouseOver
Gets or sets a value indicating the client-side event handler that is called when the mouse moves over a panel item in the KaxNavigationBar control.
Public property PersistStateInCookie
Gets or sets a value indicating whether the control would persists its state between pages (expanded and selected items).
Public property PostBackUrl

Gets or sets the URL of the page to post to from the current page when an item from the panel is clicked.

(Overrides ControlItemContainerPostBackUrl.)
Public property SelectedItem
Gets the selected panel item.
Top
See Also