Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 22
- Reference 978
- Technical Demos
- Support Center
dxMultiView items
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
, 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
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
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
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