Search Results: "wiki/RecentlyCommented" property

dxPolarChart ArgumentAxisConstantLinesLabel

Reference
An object defining constant line label properties.

text Specifies the text to be displayed in a constant line label. ...

dxPolarChart ValueAxisConstantLinesLabel

Reference
An object defining constant line label properties.

text Specifies the text to be displayed in a constant line label. ...

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