Search Results: "wiki/RecentlyCommented" property

dxChart valueAxis wholeRange

Reference
Defines the range where the axis can be zoomed and panned. To limit the visual range, specify the visualRange property.

This property accepts one of the following: A two-item array Specifies the range's start and end. The array can contain a pair of numeric, string, or date-time values, depending on the axis's... and Whole Ranges visualRange zoomAndPan endValue The range's end value. length The range's length. If the axis/scale displays numbers, set this property to a number: length: 100 // a hundred axis

dxCheckBox

Reference
The CheckBox is a small box, which when selected by the end user, shows that a particular feature has been enabled or a specific property has been chosen.

View Demo Start Tutorial See Also jQuery Add DevExtreme to a jQuery Application Angular Add DevExtreme to an Angular CLI Application Vue Add DevExtreme to a Vue...

events ChangedOptionInfo

Reference
Specifies arguments of optionChanged event.

fullName The path to the modified property that includes all parent properties. name The modified property if it belongs to the first level. Otherwise, the first-level property into which it is nested. previousValue The UI component's previous value. value The modified property's new value.

dxDiagram customShapes connectionPoints

Reference
An array of the shape's connection points.

x Specifies the horizontal offset. This property specifies a fractional horizontal offset of a connection point toward the shape width. If the x property is set to 0, the connection point matches the shape's left edge. If the x property is set to 1, the connection point matches the shape's right edge. y Specifies the vertical offset. This property specifies a fractional vertical offset

Markup Components Configuration

Reference
This section describes configuration properties used to create a template.

name Specifies the name of the template. The value of this property should be assigned to the itemTemplate property of a parent collection container UI component, so that it can use this template for rendering UI component items.