Search Results: "wiki/RecentlyCommented" property
- All Results 1000
- Guides 25
- Reference 975
- Technical Demos
- Support Center
Object Structures
. 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
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
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
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
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