Search Results: "wiki/RecentlyCommented" property

dxTreeList Node

Reference
A TreeList node's structure.

property. With hierarchical data, keys can be generated automatically if key and keyExpr are not set. level The node's hierarchical level. The level of the root node is -1. This node is not visualized

dxVectorMap VectorMapLegendItem

Reference
An object that provides information about a legend item in the VectorMap UI component.

See Also legends[] color The color of the legend item's marker. If the legend is grouped by color, this property's value is different for each legend item. Otherwise, the value equals the markerColor. end The end value of the group that the legend item indicates. marker A legend item marker. start The start value of the group that the legend item indicates. text The text that the legend

DataSource store

Reference
Configures the store underlying the DataSource.

This property accepts one of the following: Store instance An ArrayStore, LocalStore, ODataStore, or CustomStore instance. Store configuration object An ArrayStore, LocalStore, or ODataStore configuration object. Make sure to set the type property. Array Assigning an array to the store property automatically creates an ArrayStore in the DataSource. jQuery JavaScript var ds = new

grids SearchPanel

Reference
Configures the search panel.

highlightCaseSensitive Notifies the UI component whether search is case-sensitive to ensure that search results are highlighted correctly. Applies only if highlightSearchText is true. ...

Add a Custom Item

Guides

The toolbar can contain different DevExtreme UI components other than buttons and select boxes. Assign the UI component's name to the widget property and configure it in the options object. In this case, you need to implement all the logic. You can find an example in the widget description or the following demo: View Demo