Class IgxPinnedAreaSeparatorComponent

Base class for various definition types for the grid.

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_actualLineBreakMode: string | TextCellLineBreakMode
ngAcceptInputType_actualPinnedRowOpacity: string | number
ngAcceptInputType_borderBottomWidth: string | number
ngAcceptInputType_borderLeftWidth: string | number
ngAcceptInputType_borderRightWidth: string | number
ngAcceptInputType_borderTopWidth: string | number
ngAcceptInputType_contentOpacity: string | number
ngAcceptInputType_errorBorderBottomWidth: string | number
ngAcceptInputType_errorBorderLeftWidth: string | number
ngAcceptInputType_errorBorderRightWidth: string | number
ngAcceptInputType_errorBorderTopWidth: string | number
ngAcceptInputType_horizontalAlignment: string | CellContentHorizontalAlignment
ngAcceptInputType_lineBreakMode: string | TextCellLineBreakMode
ngAcceptInputType_pinnedRowOpacity: string | number
ngAcceptInputType_verticalAlignment: string | CellContentVerticalAlignment
ɵ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 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 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 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 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 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 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 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 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 textStyle(): string
  • Returns string

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

    • v: string

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

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

    Parameters

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

    Returns any

  • 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 the named value from this definition by name.

    Parameters

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

    Returns void