ColumnChooserSelectionConfig
import { ColumnChooserSelectionConfig } from "devextreme/common/grids"
Type:
ColumnFixingTexts
Contains properties that specify texts for column fixing commands in the context menu of a column header.
import { ColumnFixingTexts } from "devextreme/common/grids"
ColumnHeaderFilterSearchConfig
import { ColumnHeaderFilterSearchConfig } from "devextreme/common/grids"
EnterKeyAction
Specifies whether the Enter key switches the cell or row to the edit state or moves focus in the enterKeyDirection.
Type:
Accepted Values: 'startEdit' | 'moveFocus'
FilterOperation
Type:
Accepted Values: '=' | '<>' | '<' | '<=' | '>' | '>=' | 'contains' | 'endswith' | 'isblank' | 'isnotblank' | 'notcontains' | 'startswith' | 'between' | 'anyof' | 'noneof'
FilterRowOperationDescriptions
import { FilterRowOperationDescriptions } from "devextreme/common/grids"
FilterType
Specifies whether a user changes the current filter by including (selecting) or excluding (clearing the selection of) values.
Type:
Accepted Values: 'exclude' | 'include'
HeaderFilterGroupInterval
Type:
Accepted Values: 'day' | 'hour' | 'minute' | 'month' | 'quarter' | 'second' | 'year'
NewRowPosition
Type:
Accepted Values: 'first' | 'last' | 'pageBottom' | 'pageTop' | 'viewportBottom' | 'viewportTop'
Used in:
SelectedFilterOperation
Specifies a filter operation that applies when users use the filter row to filter the column.
Type:
Accepted Values: '<' | '<=' | '<>' | '=' | '>' | '>=' | 'between' | 'contains' | 'endswith' | 'notcontains' | 'startswith'
SummaryType
Specifies how to aggregate data for the group summary item, total summary item, or the field's data.
Type:
Accepted Values: 'avg' | 'count' | 'custom' | 'max' | 'min' | 'sum'
Feedback