Search
Menu Properties
 


 Public Properties

  Name Description

acceptDrop

Gets or sets the ListItem instance that can be dropped. (Inherited from ListContainer.)

allowDrag

Gets or sets whether drag and drop capabilities are enabled. (Inherited from ListContainer.)

allowDrop

Gets or sets whether the ListContainer control can be used as a drop target. (Inherited from ListContainer.)

allowMultipleSelection

Gets or sets whether users are allowed to select more than one item at a time. (Inherited from ListContainer.)

closeTimeout

Gets or sets the number of milliseconds to wait before closing an item.

content

Gets a reference to the container's content element. (Inherited from ListContainer.)

flatItems

Gets the collection of items as a flat list.

items

Gets the collection of ListItem-s. (Inherited from ListContainer.)

itemSize

Gets or sets the size of the list items. (Inherited from ListContainer.)

loadedItems

Gets the collection of loaded items as a flat list.

loadOnDemand

Gets or sets a value indicating whether menu items DOM will be created only after their parent item is expanded.

orientation

Gets or sets a value indicating how list items are arranged. (Inherited from ListContainer.)

selection

Gets the collection of selected items. (Inherited from ListContainer.)

 See Also