Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

dxGantt columns

Reference
An array of columns in the Gantt.

, comparisonOperator, filterValue] selector A dataField or function that accepts a rowData property and returns column values. Pass this.calculateCellValue if your column contains calculated values. comparisonOperator... as a selector, return a property from the rowData object. You can utilize custom logic in the function to implement advanced filtering behavior. The following code snippet returns data from ColumnTwo when users

dxChart argumentAxis

Reference
Configures the argument axis.

values on the axis. When false, the axis contains integer values only. argumentType Casts arguments to a specified data type. If your data source stores numbers or dates as strings, specify the proper..." If the predefined positions do not meet your requirements, use the customPosition property. singleWorkdays Dates to be included on the axis when workdaysOnly is true. See Also workWeek

dxChart valueAxis

Reference
Configures the value axis.

false "left" or "right" true "bottom" or "top" If the predefined positions do not meet your requirements, use the customPosition property. showZero... valueAxis.tick valueAxis.minorTickInterval title Configures the axis title. The axis title is a short text displayed alongside the axis. Usually, the axis title shows units of measurement for values

PivotGridDataSource fields

Reference
Configures pivot grid fields.

: [{ // ... customizeText: function (cellInfo) { // Your code goes here } }] }); $("#pivotGridContainer").dxPivotGrid({ dataSource: pivotGridDataSource...: [{ // ... customizeText: function (cellInfo) { // Your code goes here } }] }); } } @NgModule({ imports: [ // ... DxPivotGridModule

ODataContext Configuration

Reference
This section describes the ODataContext's configuration properties.

beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var context = new DevExpress.data.ODataContext({ url: "https://js.devexpress.com...() { this.context = new ODataContext({ url: "https://js.devexpress.com/Demos/DevAV/odata/", entities: { Employees: { key: "Employee