Search Results: "wiki/RecentlyCommented" property

dxPolarChart BarSeries

Reference
An object defining a series of the bar type.

. When defining series using the series configuration object, set the argumentField property to the corresponding field from the data source for each series individually. If the field that supplies arguments for data points is called in a similar way for several series, there is no need to set the field name for each series individually. Instead, set the field name for the argumentField property

Formats

Guides

Values Customization Type "background" Any value the background-color CSS property accepts. Modify "bold" true, false Extend "color" Any value the color CSS property accepts. Modify "font" Any value the font-family CSS property accepts. Modify "italic" true, false Extend "link" String or Object ({ href

dxAutocomplete items

Reference
An array of items displayed by the UI component.

, reassign the entire items array as shown in the following example: JavaScript autocompleteInstance.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

dxLookup items

Reference
An array of items displayed by the UI component.

, reassign the entire items array as shown in the following example: JavaScript lookupInstance.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

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