Represents a vertical menu.
The following tables list the members exposed by the Menu type.
Name | Description | |
---|---|---|
Initializes a new instance of the Menu class. |
Name | Description | |
---|---|---|
Gets or sets the ListItem instance that can be dropped. (Inherited from ListContainer.) |
||
Gets or sets whether drag and drop capabilities are enabled. (Inherited from ListContainer.) |
||
Gets or sets whether the ListContainer control can be used as a drop target. (Inherited from ListContainer.) |
||
Gets or sets whether users are allowed to select more than one item at a time. (Inherited from ListContainer.) |
||
Gets or sets the number of milliseconds to wait before closing an item. |
||
Gets a reference to the container's content element. (Inherited from ListContainer.) |
||
Gets the collection of items as a flat list. |
||
Gets the collection of ListItem-s. (Inherited from ListContainer.) |
||
Gets or sets the size of the list items. (Inherited from ListContainer.) |
||
Gets the collection of loaded items as a flat list. |
||
Gets or sets a value indicating whether menu items DOM will be created only after their parent item is expanded. |
||
Gets or sets a value indicating how list items are arranged. (Inherited from ListContainer.) |
||
Gets the collection of selected items. (Inherited from ListContainer.) |
Name | Description | |
---|---|---|
Control.attach override. (Inherited from ListContainer.) |
||
Deselects an item. (Inherited from ListContainer.) |
||
Control.detach override. (Inherited from ListContainer.) |
||
Control.draw override. |
||
Deserializes items from a JSON string. |
||
Loads the menu items from a data object. |
||
Gets the item at the specified point. (Inherited from ListContainer.) |
||
Raises the itemDragEnd event. (Inherited from ListContainer.) |
||
Selects a ListItem. (Inherited from ListContainer.) |
||
Serializes the ListItem-s to a JSON string. (Inherited from ListContainer.) |
Name | Description | |
---|---|---|
Raised when an item is dropped onto the control. (Inherited from ListContainer.) |
||
Raised when an item is dragged over the control. (Inherited from ListContainer.) |
||
Raised when an item is clicked. (Inherited from ListContainer.) |
||
Raised when an item is double-clicked. (Inherited from ListContainer.) |
||
Raised when an item is dragged. (Inherited from ListContainer.) |
||
Raised when a drag operation on an item is finished. (Inherited from ListContainer.) |
||
Raised when a drag operation on an item is started. (Inherited from ListContainer.) |
||
Raised when an item is being drawn. (Inherited from ListContainer.) |
||
Raised when a drop operation is finished. (Inherited from ListContainer.) |
||
Raised when a mousedown event occurs in an item's element. (Inherited from ListContainer.) |
||
Raised when a mouseenter event occurs in an item's element. (Inherited from ListContainer.) |
||
Raised when a mouseleave event occurs in an item's element. (Inherited from ListContainer.) |
||
Raised when the items collection is changed. (Inherited from ListContainer.) |
||
Raised when the items collection is changing. (Inherited from ListContainer.) |
||
Raised when the selection collection is changed. (Inherited from ListContainer.) |
||
Raised when the selection collection is changing. (Inherited from ListContainer.) |