Search Results: "wiki/RecentlyCommented" property

dxResponsiveBox rows

Reference
Specifies the collection of rows for the grid used to position layout elements.

See Also ResponsiveBox - Create the Layout Grid baseSize The row's base height. Calculated automatically when the singleColumnScreen property arranges all elements in a single column. NOTE You.... There are four size qualifiers in all. The screen property accepts one or several of them separated by a space. Size Qualifier Description xs Stands for "extra

dxTileView items

Reference
An array of items displayed by the UI component.

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

Object Structures animationConfig

Reference
Defines animation properties.

Property. jQuery You can also implement predefined jQuery easing ("linear" and "swing"), or register a custom easing function and pass its name to the easing property. JavaScript $.easing.customEasing...: { duration: 2000, type: "slide", from: { left: -300 }, easing: "customEasing" } }; from Specifies an initial animation state. Use the to property to specify

dxChart argumentAxis strips label

Reference
Configures the strip label.

Setting the text property is necessary for a strip label to be displayed. See Also argumentAxis.stripStyle.label - specifies a unified style for the labels of those strips that belong to the argument axis. commonAxisSettings.stripStyle.label - specifies a unified style for the labels of all strips in the UI component. font Specifies font properties for strip labels. horizontalAlignment

dxChart commonSeriesSettings point hoverStyle border

Reference
Configures the appearance of the point border when a user pauses on the point.

color Specifies the color of the point border when the point is in the hovered state. This property supports the following colors: Hexadecimal colors RGB colors RGBA colors Predefined/cross-browser color names Predefined SVG colors Paint server address visible Makes the border visible when a user pauses on the series point. width Specifies the width of the point border when the point