Configuration of a pivot dimension.
Constructors
Section titled "Constructors"IgrPivotDateDimension
new IgrPivotDateDimension(inBaseDimension: IgrPivotDimension, inOptions: IgrPivotDateDimensionOptions): IgrPivotDateDimension Returns IgrPivotDateDimension
Properties
Section titled "Properties"Optional childLevel
Section titled "childLevel"Inherited from: IgcPivotDimension
Allows defining a hierarchy when multiple sub groups need to be extracted from single member.
childLevel: IgrPivotDimension Optional dataType
Section titled "dataType"Gets/Sets data type
dataType: GridColumnDataType displayName
Section titled "displayName"Display name to show instead of the field name of this value. *
displayName: string Optional filter
Section titled "filter"Inherited from: IgcPivotDimension
A predefined or defined via the igxPivotSelector filter expression tree for the current dimension to be applied in the filter pipe.
filter: IgrFilteringExpressionsTree Optional horizontalSummary
Section titled "horizontalSummary"Inherited from: IgcPivotDimension
horizontalSummary: boolean Optional level
Section titled "level"Inherited from: IgcPivotDimension
Level of the dimension.
level: number Optional memberFunction
Section titled "memberFunction"Inherited from: IgcPivotDimension
Function that extracts the value
memberFunction: any Optional sortable
Section titled "sortable"Inherited from: IgcPivotDimension
Enable/disable sorting for a particular dimension. True by default.
sortable: boolean Optional sortDirection
Section titled "sortDirection"Inherited from: IgcPivotDimension
The sorting direction of the current dimension. Determines the order in which the values will appear in the related dimension.
sortDirection: SortingDirection Optional width
Section titled "width"Inherited from: IgcPivotDimension
The width of the dimension cells to be rendered.Can be pixel, % or "auto".
width: string baseDimension
Section titled "baseDimension"baseDimension: IgrPivotDimension enabled
Section titled "enabled"enabled: boolean memberName
Section titled "memberName"Inherited from: IgcPivotDimension
memberName: string options
Section titled "options"options: IgrPivotDateDimensionOptions resourceStrings
Section titled "resourceStrings"resourceStrings: IgrGridResourceStrings