Search Results: for qna runtime test begin qna runtime test query for qna runtime test end

dxSparkline Configuration

Reference
An object that specifies configuration properties for the Sparkline UI component.

to the protocol DevExtreme UI components use: DevExtreme.AspNet.Data DevExtreme-PHP-Data devextreme-query-mongodb Then, use the createStore method to configure access to the server on the client... custom sorting logic, implement columns[].calculateSortValue. jQuery The stores are immutable. You cannot change their configurations at runtime. Instead, create a new store or DataSource and assign

dxDropDownBox Configuration

Reference
An object defining configuration properties for the DropDownBox UI component.

components use: DevExtreme.AspNet.Data DevExtreme-PHP-Data devextreme-query-mongodb Then, use the createStore method to configure access to the server on the client as shown below. This method... are immutable. You cannot change their configurations at runtime. Instead, create a new store or DataSource and assign it to the dataSource property as shown in the following help topic: Get and Set Properties

dxScheduler Configuration

Reference
An object defining configuration properties for the UI component.

: DevExtreme.AspNet.Data DevExtreme-PHP-Data devextreme-query-mongodb Then, use the createStore method to configure access to the server on the client as shown below. This method is part... cannot change their configurations at runtime. Instead, create a new store or DataSource and assign it to the dataSource property as shown in the following help topic: Get and Set Properties. Angular

UI Events

Reference
The events used to handle user interaction with UI elements.

dxpointerenter Raised when a pointer is moved to either the hit test area of an element or one of its descendants. See Also UI Events - Introduction dxpointerleave Raised when a pointer is moved from either the hit test area of an element or one of its descendants. See Also UI Events - Introduction dxpointermove Raised when any pointer parameter has been changed. (Position, tilt, pressure, button

dxResizable Configuration

Reference
An object defining configuration properties for the Resizable UI component.

within which users can resize the UI component. You can use a selector string, jQuery object, or DOM element to specify this property: String JavaScript area: '.test-div' jQuery object JavaScript area: $('.test-div') DOM element JavaScript area: $('.test-div')[0] View Demo elementAttr Specifies the global attributes to be attached to the UI component's container