Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 22
- Reference 978
- Technical Demos
- Support Center
dxDiagram propertiesPanel tabs
View Demo commands Lists commands in a tab. Use the groups property to group commands in the tab. Note, if the groups property is specified, the commands property is not in effect. A properties panel tab can contain default and custom commands. Handle the CustomCommand event to respond to a custom command click. jQuery JavaScript $(function() { var diagram
dxDropDownButton items
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 dataSource, and vice versa. badge Specifies the text of a badge displayed for the list item. If the property value is undefined or an empty string, the badge
dxList items
items, reassign the entire items array as shown in the following example: JavaScript listInstance.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
dxPivotGrid loadPanel
displayed by the load panel can be specified using the text property. Also, you can change the height or width of the load panel using the corresponding properties of the loadPanel configuration object. Since the grid load panel is practically the DevExtreme LoadPanel UI component, you can specify any property belonging to this UI component in the loadPanel object. enabled Enables or disables the load
dxPolarChart commonSeriesSettings border
configuration object. In addition, any non-specific series type property of the commonSeriesSettings.border object can be added to the series-type-specific border definition within the commonSeriesSettings.area... for a common or series-type-specific border property, use the border object within the series object of the series array. The values that are set individually override corresponding common values