CellClickEvent
The type of the cellClick event handler's argument.
import { CellClickEvent } from "devextreme/ui/pivot_grid"
Type:
Used in:
CellPreparedEvent
The type of the cellPrepared event handler's argument.
import { CellPreparedEvent } from "devextreme/ui/pivot_grid"
Type:
Used in:
ContentReadyEvent
The type of the contentReady event handler's argument.
import { ContentReadyEvent } from "devextreme/ui/pivot_grid"
Type:
Used in:
ContextMenuPreparingEvent
The type of the contextMenuPreparing event handler's argument.
import { ContextMenuPreparingEvent } from "devextreme/ui/pivot_grid"
Type:
Used in:
DisposingEvent
The type of the disposing event handler's argument.
import { DisposingEvent } from "devextreme/ui/pivot_grid"
Type:
Used in:
ExportingEvent
The type of the exporting event handler's argument.
import { ExportingEvent } from "devextreme/ui/pivot_grid"
Type:
Used in:
InitializedEvent
The type of the initialized event handler's argument.
import { InitializedEvent } from "devextreme/ui/pivot_grid"
Type:
Used in:
OptionChangedEvent
The type of the optionChanged event handler's argument.
import { OptionChangedEvent } from "devextreme/ui/pivot_grid"
Type:
Used in:
PivotGridGroupInterval
Specifies how the field's values are combined into groups for the headers.
Type:
Accepted Values: 'day' | 'dayOfWeek' | 'month' | 'quarter' | 'year'
PivotGridRowHeaderLayout
Specifies the layout of items in the row header.
Type:
Accepted Values: 'standard' | 'tree'
Used in:
PivotGridSortBy
Specifies how to sort the field's values in the headers.
Type:
Accepted Values: 'displayText' | 'value' | 'none'
PivotGridSummaryDisplayMode
Type:
Accepted Values: 'absoluteVariation' | 'percentOfColumnGrandTotal' | 'percentOfColumnTotal' | 'percentOfGrandTotal' | 'percentOfRowGrandTotal' | 'percentOfRowTotal' | 'percentVariation'
Feedback