KaxMenu Properties |
The KaxMenu type exposes the following members.
Name | Description | |
---|---|---|
AutoScrollMinimumHeight |
The minimum available height that is needed to enable the auto-scroll.
|
|
AutoScrollMinimumWidth |
The minimum available width that is needed to enable the auto-scroll.
|
|
ClickToOpen |
Gets or sets a value indicating whether root items should open on mouse
click.
|
|
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 menu item starts to
close.
|
|
DataBindings |
Gets a collection of KaxMenuItemBinding objects that define the relationship
between a data item and the menu item it is binding to.
|
|
DefaultGroupSettings |
Specifies the default settings for child item behavior.
|
|
EnableAutoScroll |
Gets or sets a value indicating if an automatic scroll is applied if the groups are larger then the screen height.
|
|
EnableOverlay |
Gets or sets a value indicating if an overlay should be rendered (only in Internet Explorer).
|
|
EnableRootItemScroll |
Gets or sets a value indicating if scroll is enabled for the root items.
Width must be set for horizontal root group, Height for vertical one.
|
|
EnableRoundedCorners |
Gets or sets a value indicating whether child items should have rounded corners.
|
|
EnableScreenBoundaryDetection |
Gets or sets a value indicating whether the screen boundary detection will be applied when menu items are expanded.
|
|
EnableSelection |
Gets or sets a value indicating if the currently selected item will be tracked and highlighted.
|
|
EnableShadows |
Gets or sets a value indicating whether child items should have shadows.
|
|
ExpandAnimation |
Gets the settings for the animation played when an item opens.
|
|
ExpandDelay |
Gets or sets a value indicating the timeout after which a menu item starts to
open.
|
|
Flow |
Gets or sets a value indicating the way top level items will flow.
|
|
Items |
Gets a KaxMenuItemCollection object that contains the root items of the current KaxMenu control.
|
|
ItemTemplate |
Gets or sets the template for displaying the items in
KaxMenu.
|
|
LoadingStatusTemplate |
Gets or sets the template displayed when child items are being loaded.
|
|
MaxDataBindDepth |
Gets or sets the maximum number of levels to bind to the KaxMenu control.
(Overrides HierarchicalControlItemContainerMaxDataBindDepth.) |
|
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 menu item is clicked.
|
|
OnClientItemClicking |
Gets or sets a value indicating the client-side event handler that is called when
a menu item is clicked.
|
|
OnClientItemClosed |
Gets or sets a value indicating the client-side event handler that is called when
a group of child items closes.
|
|
OnClientItemClosing |
Gets or sets a value indicating the client-side event handler that is called when
a group of child items is closing.
|
|
OnClientItemFocus |
Gets or sets a value indicating the client-side event handler that is called when
a menu item gets focus.
|
|
OnClientItemOpened |
Gets or sets a value indicating the client-side event handler that is called when
a group of child items opens.
|
|
OnClientItemOpening |
Gets or sets a value indicating the client-side event handler that is called when
a group of child items begin to open.
|
|
OnClientItemPopulated |
Gets or sets a value indicating the client-side event handler that is called when
a menu item children were just populated (for example from web service).
|
|
OnClientItemPopulating |
Gets or sets a value indicating the client-side event handler that is called when
a menu item children are about to be populated (for example from web service).
|
|
OnClientItemPopulationFailed |
Gets or sets a value indicating the client-side event handler that is called when
the operation for populating the children of a menu item has failed.
|
|
OnClientLoad |
Gets or sets a value indicating the client-side event handler that is called
after the KaxMenu 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 menu item in the KaxMenu control.
|
|
OnClientMouseOver |
Gets or sets a value indicating the client-side event handler that is called when
the mouse moves over a menu item in the KaxMenu control.
|
|
PersistLoadOnDemandItems |
When set to true, the items populated through Load On Demand are persisted on the server.
|
|
PostBackUrl |
Gets or sets the URL of the page to post to from the current page when a menu item is clicked.
(Overrides ControlItemContainerPostBackUrl.) |
|
SelectedItem |
Gets a KaxMenuItem object that represents the selected item in the KaxMenu
control.
|
|
SelectedValue |
Gets the Value of the selected item.
|
|
WebServiceSettings |
Gets the settings for the web service used to populate items
ExpandMode set to
MenuItemExpandMode.WebService.
|