Search Results: "wiki/RecentlyCommented" property

Object Structures

Reference
This section describes the structure of the objects that are used in API multiple times as function parameters or property values.

. format Formats values. This property accepts three types of values: String A predefined format or custom format string. Function Applies a custom format to a value and returns this value as a string. A shortcut for the formatter property. Object Allows you to configure the format. Can have one of the following structures: DevExtreme // Uses a predefined format format: { type: String

Object Structures from

Reference
Specifies an initial animation state. Use the to property to specify the final state.

The values that this property accepts depend on the specified animation type. The following list illustrates the dependency: "fade" Supported properties: opacity JavaScript { type: "fade... { font-size: 24pt } left A shortcut that positions the element's left side relative to the parent element. The following example shows how to use this property: JavaScript // Positions

Object Structures to

Reference
Specifies a final animation state. Use the from property to specify an initial state.

The values that this property accepts depend on the specified animation type. The following list illustrates the dependency: "fade" Supported properties: opacity JavaScript { type: "fade... { font-size: 24pt } left A shortcut that positions the element's left side relative to the parent element. The following example shows how to use this property: JavaScript // Positions

dxPopover hideEvent

Reference
Specifies properties of popover hiding. Ignored if the shading property is set to true.

The target property specifies a target element for the Popover hideEvent. If you assign only a string that specifies event names on which the UI component is hidden, the UI component will not apply.... The property takes a string value representing a DOM event or a DevExtreme UI Event name. You can also pass several event names separated by a space. The DevExtreme and DOM events may be combined. JavaScript

dxTooltip hideEvent

Reference
Specifies properties of popover hiding. Ignored if the shading property is set to true.

The target property specifies a target element for the Tooltip hideEvent. If you assign only a string that specifies event names on which the UI component is hidden, the UI component will not apply.... The property takes a string value representing a DOM event or a DevExtreme UI Event name. You can also pass several event names separated by a space. The DevExtreme and DOM events may be combined. JavaScript