Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 22
- Reference 978
- Technical Demos
- Support Center
dxSankey link hoverStyle border
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
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
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
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
: 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