KaxNavigationBar Properties |
The KaxNavigationBar type exposes the following members.
Name | Description | |
---|---|---|
![]() |
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.
|
![]() ![]() |
ClientChanges |
Gets a list of all client-side changes (adding an item, removing an item, changing an item's property) which have occurred.
|
![]() ![]() |
CollapseAnimation |
Gets the settings for the animation played when an item closes.
|
![]() ![]() |
CollapseDelay |
Gets or sets a value indicating the timeout after which a panel item starts to
close.
|
![]() |
CookieName |
Specifies the name of the cookie which should be used when PersistStateInCookie is set to true.
|
![]() |
DataBindings | |
![]() ![]() |
ExpandAnimation |
Gets the settings for the animation played when an item opens.
|
![]() ![]() |
ExpandDelay |
Gets or sets a value indicating the timeout after which a panel item starts to
open.
|
![]() |
ExpandMode |
Gets of sets a value indicating the behavior of KaxNavigationBar when an item is
expanded.
|
![]() ![]() |
Items |
Gets a KaxNavigationItemCollection object that contains the root items of the current KaxNavigationBar control.
|
![]() ![]() |
ItemTemplate |
Gets or sets the template for displaying the items in
KaxNavigationBar.
|
![]() |
MaxDataBindDepth |
Gets or sets the maximum number of levels to bind to the KaxNavigationBar control.
(Overrides HierarchicalControlItemContainerMaxDataBindDepth.) |
![]() ![]() |
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).
|
![]() ![]() |
OnClientItemBlur |
Gets or sets a value indicating the client-side event handler that is called
after an item loses focus.
|
![]() ![]() |
OnClientItemClicked |
Gets or sets a value indicating the client-side event handler that is called
after a panel item is clicked.
|
![]() ![]() |
OnClientItemClicking |
Gets or sets a value indicating the client-side event handler that is called when
a panel item is clicked.
|
![]() ![]() |
OnClientItemCollapse |
Gets or sets a value indicating the client-side event handler that is called when
a group of child items collapses.
|
![]() ![]() |
OnClientItemExpand |
Gets or sets a value indicating the client-side event handler that is called when
a group of child items expands.
|
![]() ![]() |
OnClientItemFocus |
Gets or sets a value indicating the client-side event handler that is called when
a panel item gets focus.
|
![]() ![]() |
OnClientLoad |
Gets or sets a value indicating the client-side event handler that is called
after the KaxNavigationBar client-side object is initialized.
|
![]() ![]() |
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.
|
![]() ![]() |
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.
|
![]() |
PersistStateInCookie |
Gets or sets a value indicating whether the control would persists its state
between pages (expanded and selected items).
|
![]() |
PostBackUrl |
Gets or sets the URL of the page to post to from the current page when an item from the panel is clicked. |
![]() |
SelectedItem |
Gets the selected panel item.
|