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

Column Reordering

Guides

() { return ( <TreeList ... customizeColumns={customizeColumns}> </TreeList> ); } The visibleIndex property can also be changed at runtime to reorder columns

Column Chooser

Guides

The column chooser allows a user to change the set of columns at runtime. It is configured using the columnChooser object and may operate in two modes: the default drag and drop mode and the select mode designed for touch devices. jQuery JavaScript$(function() { $("#treeListContainer").dxTreeList({ columnChooser: { enabled: true, mode: "dragAndDrop

dxCardView columns

Reference
An array of CardView columns.

'. allowEditing Specifies whether a user can edit cards in this column at runtime. Inherits the value of the editing.allowUpdating property. allowFiltering Specifies whether data can be filtered... hide the column using the column chooser at runtime. Applies only if columnChooser.enabled is true. allowReordering Specifies whether users can reorder this column. Overrides

dxCardView ColumnProperties

Reference
Configures column properties.

alignment Aligns the content of the entire column. The default alignment for all types of content is 'left'. allowEditing Specifies whether a user can edit cards in this column at runtime. Inherits... in header filter. Inherits the value of the allowFiltering property. allowHiding Specifies whether a user can hide the column using the column chooser at runtime. Applies only

dxPolarChart LineSeries

Reference
An object defining a series of the line type.

the series to appear so, assign the same value to the visible property within the commonSeriesSettings configuration object. In addition, you can show/hide series at runtime by using the show() or hide