Search Results: "wiki/RecentlyCommented" property

dxSankey link hoverStyle border

Reference
Configures the appearance a link's border changes to when the link is hovered over or pressed.

color Specifies the color a link's border changes to when the link is hovered over or pressed. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address visible Specifies whether a link's border is visible when the link is hovered over or pressed. width Specifies the width a link's

dxSankey node hoverStyle border

Reference
Configures the appearance a node's border changes to when the node is hovered over or pressed.

color Specifies the color a node's border changes to when the node is hovered over or pressed. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address visible Specifies whether a node's border is visible when the node is hovered over or pressed. width Specifies the width a node's

dxTabPanel items

Reference
An array of items displayed by the UI component.

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

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