A column for displaying date/time values.

Hierarchy

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

ngAcceptInputType_activationBorderBottomWidth: string | number
ngAcceptInputType_activationBorderLeftWidth: string | number
ngAcceptInputType_activationBorderRightWidth: string | number
ngAcceptInputType_activationBorderTopWidth: string | number
ngAcceptInputType_actualColumnOptionsIconAlignment: string | ColumnOptionsIconAlignment
ngAcceptInputType_actualColumnOptionsIconBehavior: string | ColumnOptionsIconBehavior
ngAcceptInputType_actualEditOpacity: string | number
ngAcceptInputType_actualIsColumnOptionsEnabled: string | boolean
ngAcceptInputType_actualIsColumnOptionsGroupingEnabled: string | boolean
ngAcceptInputType_actualIsColumnOptionsSummariesEnabled: string | boolean
ngAcceptInputType_actualLineBreakMode: string | TextCellLineBreakMode
ngAcceptInputType_actualPinnedRowOpacity: string | number
ngAcceptInputType_borderBottomWidth: string | number
ngAcceptInputType_borderLeftWidth: string | number
ngAcceptInputType_borderRightWidth: string | number
ngAcceptInputType_borderTopWidth: string | number
ngAcceptInputType_columnOptionsIconAlignment: string | ColumnOptionsIconAlignment
ngAcceptInputType_columnOptionsIconBehavior: string | ColumnOptionsIconBehavior
ngAcceptInputType_contentOpacity: string | number
ngAcceptInputType_dateTimeFormat: string | DateTimeFormats
ngAcceptInputType_editOpacity: string | number
ngAcceptInputType_editorType: string | EditorType
ngAcceptInputType_errorBorderBottomWidth: string | number
ngAcceptInputType_errorBorderLeftWidth: string | number
ngAcceptInputType_errorBorderRightWidth: string | number
ngAcceptInputType_errorBorderTopWidth: string | number
ngAcceptInputType_filterComparisonType: string | FilterComparisonType
ngAcceptInputType_filterOperands: string | IgxGridFilterOperandsCollection
ngAcceptInputType_formatSpecifiers: string | any[]
ngAcceptInputType_horizontalAlignment: string | CellContentHorizontalAlignment
ngAcceptInputType_isAutoGenerated: string | boolean
ngAcceptInputType_isColumnOptionsEnabled: string | boolean
ngAcceptInputType_isColumnOptionsGroupingEnabled: string | boolean
ngAcceptInputType_isColumnOptionsSummariesEnabled: string | boolean
ngAcceptInputType_isEditable: string | boolean
ngAcceptInputType_isFilteringEnabled: string | boolean
ngAcceptInputType_isFromMarkup: string | boolean
ngAcceptInputType_isHidden: string | boolean
ngAcceptInputType_isResizingEnabled: string | boolean
ngAcceptInputType_lineBreakMode: string | TextCellLineBreakMode
ngAcceptInputType_mergedCellEvaluationCriteria: string | MergedCellEvaluationCriteria
ngAcceptInputType_mergedCellMode: string | MergedCellMode
ngAcceptInputType_mergedCellPaddingBottom: string | number
ngAcceptInputType_mergedCellPaddingLeft: string | number
ngAcceptInputType_mergedCellPaddingRight: string | number
ngAcceptInputType_mergedCellPaddingTop: string | number
ngAcceptInputType_mergedCellVerticalAlignment: string | CellContentVerticalAlignment
ngAcceptInputType_minWidth: string | number
ngAcceptInputType_paddingBottom: string | number
ngAcceptInputType_paddingLeft: string | number
ngAcceptInputType_paddingRight: string | number
ngAcceptInputType_paddingTop: string | number
ngAcceptInputType_pinned: string | PinnedPositions
ngAcceptInputType_pinnedRowOpacity: string | number
ngAcceptInputType_shouldRemoveWhenHidden: string | boolean
ngAcceptInputType_showTodayButton: string | boolean
ngAcceptInputType_sortDirection: string | ColumnSortDirection
ngAcceptInputType_verticalAlignment: string | CellContentVerticalAlignment
ngAcceptInputType_width: string | IgxColumnWidth
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get activationBorder(): string
  • Gets or sets the background color to use.

    Returns string

  • set activationBorder(v: string): void
  • Parameters

    • v: string

    Returns void

  • get activationBorderBottomWidth(): number
  • Gets or sets the amount of bottom activation border to use for the cell content of this column.

    Returns number

  • set activationBorderBottomWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get activationBorderLeftWidth(): number
  • Gets or sets the amount of left activation border to use for the cell content for this column.

    Returns number

  • set activationBorderLeftWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get activationBorderRightWidth(): number
  • Gets or sets the amount of right activation border to use for the cell content of this column.

    Returns number

  • set activationBorderRightWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get activationBorderTopWidth(): number
  • Gets or sets the amount of top activation border to use for the cell content for this column.

    Returns number

  • set activationBorderTopWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualActivationBorder(): string
  • Gets the actual background color that will be used.

    Returns string

  • set actualActivationBorder(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualBackground(): string
  • Gets the actual background color that will be used.

    Returns string

  • set actualBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualBorder(): string
  • Gets the actual border color that will be used.

    Returns string

  • set actualBorder(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualColumnOptionsIconAlignment(): ColumnOptionsIconAlignment
  • Gets the actual column options icon alignment for this column.

    Returns ColumnOptionsIconAlignment

  • set actualColumnOptionsIconAlignment(v: ColumnOptionsIconAlignment): void
  • Parameters

    Returns void

  • get actualColumnOptionsIconBehavior(): ColumnOptionsIconBehavior
  • Gets or sets how the column option icon will behave in the column header.

    Returns ColumnOptionsIconBehavior

  • set actualColumnOptionsIconBehavior(v: ColumnOptionsIconBehavior): void
  • Parameters

    Returns void

  • get actualColumnOptionsIconColor(): string
  • Gets the actual column options icon color for this column.

    Returns string

  • set actualColumnOptionsIconColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualDeletedTextColor(): string
  • Gets the actual text color used for deleted rows.

    Returns string

  • set actualDeletedTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualEditFontInfo(): string
  • Gets the actual font style used for unsaved cell edits.

    Returns string

  • set actualEditFontInfo(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualEditOpacity(): number
  • Gets the actual opacity for unsaved edited cell values.

    Returns number

  • set actualEditOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualErrorBorder(): string
  • Gets the actual error border color that will be used.

    Returns string

  • set actualErrorBorder(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualHeaderText(): string
  • Gets the actual text displayed in the header of the column

    Returns string

  • set actualHeaderText(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualHeaderTextChange(): EventEmitter<string>
  • Returns EventEmitter<string>

  • get actualHoverBackground(): string
  • Gets the actual background color that is used for the cells when they are hovered.

    Returns string

  • set actualHoverBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualIsColumnOptionsEnabled(): boolean
  • Gets the actual state of the column options for this column.

    Returns boolean

  • set actualIsColumnOptionsEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get actualIsColumnOptionsGroupingEnabled(): boolean
  • Gets the actual state of grouping menu in the column options for this column.

    Returns boolean

  • set actualIsColumnOptionsGroupingEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get actualIsColumnOptionsSummariesEnabled(): boolean
  • Gets the actual state of summaries menu in the column options for this column.

    Returns boolean

  • set actualIsColumnOptionsSummariesEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get actualLastStickyRowBackground(): string
  • Gets the actual color for the last row in the sticky row area.

    Returns string

  • set actualLastStickyRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualLineBreakMode(): TextCellLineBreakMode
  • Gets the actual line break mode which will be used if text is present in the cell.

    Returns TextCellLineBreakMode

  • set actualLineBreakMode(v: TextCellLineBreakMode): void
  • Parameters

    Returns void

  • get actualPinnedRowBackground(): string
  • Gets the actual background color for cells belonging to rows marked as pinned.

    Returns string

  • set actualPinnedRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualPinnedRowOpacity(): number
  • Gets or sets the color to use for displaying text.

    Returns number

  • set actualPinnedRowOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualRowHoverTextColor(): string
  • Gets the actual text color that is used for the cells when they are hovered.

    Returns string

  • set actualRowHoverTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualSelectedBackground(): string
  • Gets the actual background color that is used for the cells when they are selected

    Returns string

  • set actualSelectedBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualStickyRowBackground(): string
  • Gets the actual background color for content that sticks to the top of the grid.

    Returns string

  • set actualStickyRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualTextColor(): string
  • Gets the actual color used for displaying text.

    Returns string

  • set actualTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get background(): string
  • Gets or sets the background color to use.

    Returns string

  • set background(v: string): void
  • Parameters

    • v: string

    Returns void

  • get border(): string
  • Gets or sets the background color to use.

    Returns string

  • set border(v: string): void
  • Parameters

    • v: string

    Returns void

  • get borderBottomWidth(): number
  • Gets or sets the amount of bottom border to use for the cell content of this column.

    Returns number

  • set borderBottomWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get borderLeftWidth(): number
  • Gets or sets the amount of left border to use for the cell content for this column.

    Returns number

  • set borderLeftWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get borderRightWidth(): number
  • Gets or sets the amount of right border to use for the cell content of this column.

    Returns number

  • set borderRightWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get borderTopWidth(): number
  • Gets or sets the amount of top border to use for the cell content for this column.

    Returns number

  • set borderTopWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get cellStyleKeyRequested(): EventEmitter<{
        args: IgxCellStyleRequestedEventArgs;
        sender: any;
    }>
  • Called when the style key for a cell is needed. Used for recycling the cell.

    Returns EventEmitter<{
        args: IgxCellStyleRequestedEventArgs;
        sender: any;
    }>

  • get columnOptionsIconAlignment(): ColumnOptionsIconAlignment
  • Gets or sets whether the column options icon is aligned opposite the header text or not.

    Returns ColumnOptionsIconAlignment

  • set columnOptionsIconAlignment(v: ColumnOptionsIconAlignment): void
  • Parameters

    Returns void

  • get columnOptionsIconBehavior(): ColumnOptionsIconBehavior
  • Gets or sets how the column option icon will behave in the column header.

    Returns ColumnOptionsIconBehavior

  • set columnOptionsIconBehavior(v: ColumnOptionsIconBehavior): void
  • Parameters

    Returns void

  • get columnOptionsIconColor(): string
  • Gets or sets the column options icon color for this column.

    Returns string

  • set columnOptionsIconColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get contentOpacity(): number
  • Gets or sets the opacity of the content.

    Returns number

  • set contentOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get dataBinding(): EventEmitter<{
        args: IgxDataBindingEventArgs;
        sender: any;
    }>
  • Called when a cell is data binding.

    Returns EventEmitter<{
        args: IgxDataBindingEventArgs;
        sender: any;
    }>

  • get dataBound(): EventEmitter<{
        args: IgxDataBindingEventArgs;
        sender: any;
    }>
  • Called when a cell has been data bound.

    Returns EventEmitter<{
        args: IgxDataBindingEventArgs;
        sender: any;
    }>

  • get dateTimeFormat(): DateTimeFormats
  • Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.

    Returns DateTimeFormats

  • set dateTimeFormat(v: DateTimeFormats): void
  • Parameters

    Returns void

  • get deletedTextColor(): string
  • Gets or sets the text color used for deleted rows.

    Returns string

  • set deletedTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get editOpacity(): number
  • Gets or sets the opacity to use for unsaved edited cell values.

    Returns number

  • set editOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get editorDataSource(): any
  • Gets or sets the ComboBox data source.

    Returns any

  • set editorDataSource(v: any): void
  • Parameters

    • v: any

    Returns void

  • get editorFormatString(): string
  • Gets or sets the format string to use when editing dates.

    Returns string

  • set editorFormatString(v: string): void
  • Parameters

    • v: string

    Returns void

  • get editorTextField(): string
  • Gets or sets the ComboBox text field.

    Returns string

  • set editorTextField(v: string): void
  • Parameters

    • v: string

    Returns void

  • get editorType(): EditorType
  • Gets or sets the editor type used for editing cells in this column.

    Returns EditorType

  • set editorType(v: EditorType): void
  • Parameters

    Returns void

  • get editorValueField(): string
  • Gets or sets the ComboBox value field.

    Returns string

  • set editorValueField(v: string): void
  • Parameters

    • v: string

    Returns void

  • get errorBorder(): string
  • Gets or sets the error border color to use.

    Returns string

  • set errorBorder(v: string): void
  • Parameters

    • v: string

    Returns void

  • get errorBorderBottomWidth(): number
  • Returns number

  • set errorBorderBottomWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get errorBorderLeftWidth(): number
  • Returns number

  • set errorBorderLeftWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get errorBorderRightWidth(): number
  • Returns number

  • set errorBorderRightWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get errorBorderTopWidth(): number
  • Returns number

  • set errorBorderTopWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get field(): string
  • Gets or sets the key used for the column binding

    Returns string

  • set field(v: string): void
  • Parameters

    • v: string

    Returns void

  • get filter(): ColumnFilterCondition
  • Gets or sets a filter to apply on the values of this column

    Returns ColumnFilterCondition

  • set filter(v: ColumnFilterCondition): void
  • Parameters

    • v: ColumnFilterCondition

    Returns void

  • get filterComparisonType(): FilterComparisonType
  • Gets or sets whether UI filters are case sensitive or not.

    Returns FilterComparisonType

  • set filterComparisonType(v: FilterComparisonType): void
  • Parameters

    Returns void

  • get filterExpression(): IFilterExpression
  • Gets or sets a filter to apply to the values of this column.

    Returns IFilterExpression

  • set filterExpression(v: IFilterExpression): void
  • Parameters

    • v: IFilterExpression

    Returns void

  • get formatOverride(): any
  • Gets or sets the INTL DateTimeFormat object to use for formatting the date values.

    Returns any

  • set formatOverride(v: any): void
  • Parameters

    • v: any

    Returns void

  • get formatSpecifiers(): any[]
  • Returns any[]

  • set formatSpecifiers(v: any[]): void
  • Parameters

    • v: any[]

    Returns void

  • get formatString(): string
  • Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.

    Returns string

  • set formatString(v: string): void
  • Parameters

    • v: string

    Returns void

  • get header(): IgxHeaderComponent
  • Gets or sets the header definition for this column.

    Returns IgxHeaderComponent

  • set header(v: IgxHeaderComponent): void
  • Parameters

    Returns void

  • get headerText(): string
  • Gets or sets the text displayed in the header of the column

    Returns string

  • set headerText(v: string): void
  • Parameters

    • v: string

    Returns void

  • get isAutoGenerated(): boolean
  • Gets whether this column was auto generated.

    Returns boolean

  • set isAutoGenerated(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isColumnOptionsEnabled(): boolean
  • Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level then it will be disabled for the column regardless of what this is set to.

    Returns boolean

  • set isColumnOptionsEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isColumnOptionsGroupingEnabled(): boolean
  • Gets or sets whether to show the grouping option in the column options menu for this column.

    Returns boolean

  • set isColumnOptionsGroupingEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isColumnOptionsSummariesEnabled(): boolean
  • Gets or sets whether to show the summaries option in the column options menu for this column.

    Returns boolean

  • set isColumnOptionsSummariesEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isEditable(): boolean
  • Gets or sets if the column is editable.

    Returns boolean

  • set isEditable(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isFilteringEnabled(): boolean
  • Gets or sets whether filtering is enabled for this column.

    Returns boolean

  • set isFilteringEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isFromMarkup(): boolean
  • Gets whether this column was projected from markup/templates and is constrained.

    Returns boolean

  • set isFromMarkup(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isHidden(): boolean
  • Gets or sets whether or not a column is hidden from the grid

    Returns boolean

  • set isHidden(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isResizingEnabled(): boolean
  • Gets or sets whether resizing is enabled for this column.

    Returns boolean

  • set isResizingEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get lastStickyRowBackground(): string
  • Gets or sets the color for the last row in the sticky row area.

    Returns string

  • set lastStickyRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get lineBreakMode(): TextCellLineBreakMode
  • Gets or sets the line breaking mode to use if text is present in the cell.

    Returns TextCellLineBreakMode

  • set lineBreakMode(v: TextCellLineBreakMode): void
  • Parameters

    Returns void

  • get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria
  • Gets or sets how cells are evaluated for merging.

    Returns MergedCellEvaluationCriteria

  • set mergedCellEvaluationCriteria(v: MergedCellEvaluationCriteria): void
  • Parameters

    Returns void

  • get mergedCellMode(): MergedCellMode
  • Gets or sets if and how cell merging is performed for this field.

    Returns MergedCellMode

  • set mergedCellMode(v: MergedCellMode): void
  • Parameters

    Returns void

  • get mergedCellPaddingBottom(): number
  • Gets or sets the amount of bottom padding to use for the cell content of this column.

    Returns number

  • set mergedCellPaddingBottom(v: number): void
  • Parameters

    • v: number

    Returns void

  • get mergedCellPaddingLeft(): number
  • Gets or sets the amount of left padding to use for the cell content for this column.

    Returns number

  • set mergedCellPaddingLeft(v: number): void
  • Parameters

    • v: number

    Returns void

  • get mergedCellPaddingRight(): number
  • Gets or sets the amount of right padding to use for the cell content of this column.

    Returns number

  • set mergedCellPaddingRight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get mergedCellPaddingTop(): number
  • Gets or sets the amount of top padding to use for the cell content for this column.

    Returns number

  • set mergedCellPaddingTop(v: number): void
  • Parameters

    • v: number

    Returns void

  • get mergedCellVerticalAlignment(): CellContentVerticalAlignment
  • Gets or sets the vertical alignment to use for the merged cell content.

    Returns CellContentVerticalAlignment

  • set mergedCellVerticalAlignment(v: CellContentVerticalAlignment): void
  • Parameters

    Returns void

  • get minWidth(): number
  • Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.

    Returns number

  • set minWidth(v: number): void
  • Parameters

    • v: number

    Returns void

  • get name(): string
  • Gets or sets an unique name of the Column

    Returns string

  • set name(v: string): void
  • Parameters

    • v: string

    Returns void

  • get paddingBottom(): number
  • Gets or sets the amount of bottom padding to use for the cell content of this column.

    Returns number

  • set paddingBottom(v: number): void
  • Parameters

    • v: number

    Returns void

  • get paddingLeft(): number
  • Gets or sets the amount of left padding to use for the cell content for this column.

    Returns number

  • set paddingLeft(v: number): void
  • Parameters

    • v: number

    Returns void

  • get paddingRight(): number
  • Gets or sets the amount of right padding to use for the cell content of this column.

    Returns number

  • set paddingRight(v: number): void
  • Parameters

    • v: number

    Returns void

  • get paddingTop(): number
  • Gets or sets the amount of top padding to use for the cell content for this column.

    Returns number

  • set paddingTop(v: number): void
  • Parameters

    • v: number

    Returns void

  • get pinned(): PinnedPositions
  • Gets or sets the current fixed position for this column.

    Returns PinnedPositions

  • set pinned(v: PinnedPositions): void
  • Parameters

    Returns void

  • get pinnedRowBackground(): string
  • Gets or sets the background color for cells belonging to rows marked as pinned.

    Returns string

  • set pinnedRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get pinnedRowOpacity(): number
  • Gets or sets the color to use for displaying text.

    Returns number

  • set pinnedRowOpacity(v: number): void
  • Parameters

    • v: number

    Returns void

  • get rowHoverBackground(): string
  • Gets or sets the background color to use for the cells when the row is hovered.

    Returns string

  • set rowHoverBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get rowHoverTextColor(): string
  • Gets or sets the text color to use for the cells when the row is hovered.

    Returns string

  • set rowHoverTextColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get selectedBackground(): string
  • Gets or sets the background color to use for the cells when they are selected

    Returns string

  • set selectedBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get shouldRemoveWhenHidden(): boolean
  • Gets or sets if a column should be removed from the grid when it is fully hidden

    Returns boolean

  • set shouldRemoveWhenHidden(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get showTodayButton(): boolean
  • Gets or sets the ShowTodayButton property to detirmine if the today button is shown

    Returns boolean

  • set showTodayButton(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get sortDirection(): ColumnSortDirection
  • Gets the current sort direction (None, Ascending, Descending) for this column.

    Returns ColumnSortDirection

  • set sortDirection(v: ColumnSortDirection): void
  • Parameters

    Returns void

  • get stickyRowBackground(): string
  • Gets or sets the background color for content that sticks to the top of the grid.

    Returns string

  • set stickyRowBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get textColor(): string
  • Gets or sets the color to use for displaying text.

    Returns string

  • set textColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get textEditStyle(): string
  • Gets or sets the font style to use for unsaved cell edits.

    Returns string

  • set textEditStyle(v: string): void
  • Parameters

    • v: string

    Returns void

  • get textStyle(): string
  • Returns string

  • set textStyle(v: string): void
  • Parameters

    • v: string

    Returns void

  • get width(): IgxColumnWidth
  • Gets or sets the width to use for this column.

    Returns IgxColumnWidth

  • set width(v: IgxColumnWidth): void
  • Parameters

    Returns void

Methods

  • Parameters

    • filterID: string
    • index: number
    • value: any

    Returns void

  • Parameters

    • name: string

    Returns any

  • Gets the value of a named header value for this column by name.

    Parameters

    • valueName: string
      • Name of the named header value to retrieve.

    Returns any

  • Gets the value for a named value from this definition.

    Parameters

    • valueName: string
      • The named value name to check for.

    Returns any

  • Get the unique key used to identify this column.

    Returns string

  • Returns if there is a named header value with a given name.

    Parameters

    • valueName: string
      • The named value to check for.

    Returns boolean

  • Returns if the column has named header values.

    Returns boolean

  • Returns if this definition has a named value with a given name.

    Parameters

    • valueName: string
      • The named value name to check for.

    Returns boolean

  • Returns if this definition has named value.

    Returns boolean

  • Removes a named header value with the given name from the named header values for this column.

    Parameters

    • valueName: string
      • The named header value to remove.

    Returns void

  • Removes the named value from this definition by name.

    Parameters

    • valueName: string
      • The named value name to remove.

    Returns void