Search Results: "wiki/RecentlyCommented" property

dxValidationSummary items

Reference
An array of items displayed by the UI component.

Generally, the array of items is auto-generated when a validation result is ready. And if you set a custom array of items, it will be overridden by the auto-generated array. So use this property to read the current array of items. Alternatively, you can set the array of items generated by a custom validation engine. component An alias for the template property specified in React. Accepts a custom

dxVectorMap layers

Reference
Specifies properties for VectorMap UI component layers.

: the first layer occupies the background, the last layer is brought to the foreground. View Demo borderColor Specifies a color for the border of the layer elements. This property does not apply if the layer type is "line". This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint

dxVectorMap Layer Methods

Reference
Methods used to control the vector map layer.

clearSelection() Deselects all layer elements. getDataSource() Returns the DataSource instance. NOTE This method returns the DataSource instance even if the dataSource property of the layer was given a simple array. See Also Data Layer - Overview Data Layer - DataSource Examples getElements() Gets all layer elements.

Errors and Warnings

Reference
This section lists errors and warnings that may occur in UI components.

storage. Use custom implementation of state storing. In this case, you should set the stateStoring.type property to "custom" and pass the appropriate functions to the stateStoring.cusomLoad... property of the CustomStore. E1012 Occurs in the List UI component if the specified value of the itemDeleteMode or menuMode property is not supported. Make sure that the itemDeleteMode and menuMode

grids ColumnChooserSelectionConfig

Reference
Configures column selection functionality within the column chooser.

allowSelectAll Specifies whether a "Select All" option is available to users. recursive Specifies whether selection is recursive. The selection is non-recursive (when a parent item is selected, nested items remain unselected). If you want to select items recursively, set this property to true. View Demo selectByClick Specifies whether an item becomes selected