Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 22
- Reference 978
- Technical Demos
- Support Center
dxPolarChart ArgumentAxisConstantLinesLabel
text Specifies the text to be displayed in a constant line label. ...
dxPolarChart ValueAxisConstantLinesLabel
text Specifies the text to be displayed in a constant line label. ...
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