Search Results: "wiki/RecentlyCommented" property

dxMultiView items

Reference
An array of items displayed by the UI component.

items, reassign the entire items array as shown in the following example: JavaScript multiViewInstance.option('items', newItems); As an alternative to items, you can use the dataSource property. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property

dxRadioGroup items

Reference
An array of items displayed by the UI component.

, reassign the entire items array as shown in the following example: JavaScript radioGroupInstance.option('items', newItems); As an alternative to items, you can use the dataSource property. It accepts the DataSource object, whose underlying stores provide an API that allows you to update individual items without reassigning the entire item collection. NOTE Do not use the items property if you use

dxRangeSelector scale

Reference
Specifies properties of the range selector's scale.

To divide a scale, either set the dataSource property or the startValue and endValue properties. In the former case, the start and end values will be calculated based on the values provided by the data source field that is set by the dataSourceField property. The scale's ticks are arranged automatically, based on the start and end values, so that the tick labels do not overlap each other. You

dxVectorMap tooltip

Reference
Configures tooltips.

tooltips. Set the enabled property to true. Specify text to be displayed in tooltips. Specify the customizeTooltip property. You can also change the appearance of tooltips using fields.... This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address This property sets one color

dxTreeView items

Reference
An array of items displayed by the UI component.

property to notify the TreeView of the used structure and refer to the property's description for information on the required fields. If you need to update the UI component items, reassign the entire items array as shown in the following example: JavaScript treeViewInstance.option('items', newItems); As an alternative to items, you can use the dataSource property. It accepts the DataSource object