Search Results: "wiki/RecentlyCommented" property

dxChart CommonAxisSettingsConstantLineStyleLabel

Reference
Configures constant line labels.

position Specifies the position of constant line labels on the chart plot. visible Makes constant line labels...

dxContextMenu showEvent

Reference
Specifies properties for displaying the UI component.

If you assign only a string that specifies event names on which the UI component is shown, the UI component will not apply any delay. JavaScript showEvent: "mouseenter" delay The delay in milliseconds after which the UI component is displayed. name Specifies the event names on which the UI component is shown. The property takes a string value representing a DOM event or a DevExtreme UI Event

dxDataGrid grouping

Reference
Configures grouping.

Interaction autoExpandAll Specifies whether groups appear expanded or not. View Demo NOTE When you use the ODataStore and set this property to false, the DataGrid loads... this property to true to enable grouping using the context menu. In this case, to group/ungroup data, the user right-clicks a column header and chooses the required item from the appeared context menu

dxDataGrid summary groupItems

Reference
Specifies items of the group summary.

may be located either in the group row or the group footer. By default, the group row holds all summary items. To locate a summary item in the group footer, set the showInGroupFooter property... by the corresponding columns within the group row. When this property is set to false, group summary items are displayed in brackets of the group row header. Set this property to true to align them

dxDataGrid Grouping

Reference
Configures grouping.

allowCollapsing Specifies whether the user can collapse grouped records in a grid or not. autoExpandAll Specifies whether groups appear expanded or not. contextMenuEnabled Enables the user to...