css | adds a CSS class(es) to the component |
data | specifies an array of data objects to set into the dataview |
dragCopy | defines that an item is copied to a target during drag-n-drop |
dragMode | enables drag-n-drop in DataView |
editable | enables editing in DataView |
editing | enables editing in DataView |
eventHandlers | adds event handlers to HTML elements of a custom template of DataView items |
gap | sets margins for DataView items |
height | sets the height of Dataview |
itemHeight | sets the height of an item |
itemsInRow | specifies the number of data items in a row |
keyNavigation | enables/disables navigation in DataView by arrow keys |
multiselection | enables selection of multiple DataView items, sets the mode of multiselection |
multiselectionMode | sets the mode of multiselection |
selection | enables selection of DataView items |
template | specifies a template for DataView items |