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

dxPolarChart Types

Reference

AdaptiveLayout Specifies adaptive layout properties. ArgumentAxis Specifies argument axis properties for the PolarChart UI component. ArgumentAxisClickEvent The type of the argumentAxisClick...

dxPolarChart AdaptiveLayout

Reference
Specifies adaptive layout properties.

height Specifies the minimum container height at which the layout begins to adapt. width Specifies the minimum container width at which the layout begins to adapt.

dxSankey adaptiveLayout

Reference
Specifies adaptive layout properties.

be saved by setting the adaptiveLayout.keepLabels property to true) Use the height and width properties in the adaptiveLayout object to specify the minimum container size at which the layout begins to adapt. height Specifies the minimum container height at which the layout begins to adapt. keepLabels Specifies whether node labels should be kept when the UI component adapts the layout. width Specifies

dxTreeList columns lookup

Reference
Specifies properties of a lookup column.

in a filter the UI component sends to the server when querying data. Functions with custom logic cannot be serialized for this filter.

dxTreeList filterRow

Reference
Configures the filter row.

: { // ... operationDescriptions: { startsWith: "Begins with" } } }); }); Angular app.component.htmlapp.module.ts <dx-tree-list ... > <dxo-filter-row ... > <dxo-operation-descriptions startsWith="Begins with"> </dxo-operation-descriptions> </dxo-filter-row> </dx