Hierarchy

Hierarchy

  • IgxListPanelComponent

Implements

  • AfterContentInit
  • IExternalListPanel

Constructors

  • Parameters

    • renderer: Renderer2
    • _elRef: ViewContainerRef
    • ngZone: NgZone
    • injector: Injector
    • changeDetector: ChangeDetectorRef
    • componentFactoryResolver: ComponentFactoryResolver

    Returns IgxListPanelComponent

Properties

_mainDiv: Element
_mainDivRef: ElementRef<any>
ngAcceptInputType_actualRowHeight: string | number
ngAcceptInputType_hasUnevenSizes: string | boolean
ngAcceptInputType_isCustomRowHeightEnabled: string | boolean
ngAcceptInputType_orientation: string | ListPanelOrientation
ngAcceptInputType_rowHeight: string | number
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get actualRowHeight(): number
  • Returns number

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

    • v: number

    Returns void

  • get backgroundColor(): string
  • Gets or sets the color to use for the background of the component.

    Returns string

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

    • v: string

    Returns void

  • get cellTextStyle(): string
  • Gets or Sets the property name that contains the values.

    Returns string

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

    • v: string

    Returns void

  • get hasUnevenSizes(): boolean
  • Returns boolean

  • get height(): string
  • Returns string

  • set height(value: string): void
  • Parameters

    • value: string

    Returns void

  • get i(): ListPanel
  • Returns ListPanel

  • get isCustomRowHeightEnabled(): boolean
  • Gets or sets the color to use for the background of the component.

    Returns boolean

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

    • v: boolean

    Returns void

  • get rowHeight(): number
  • Gets or Sets the property name that contains the values.

    Returns number

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

    • v: number

    Returns void

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

    Returns string

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

    • v: string

    Returns void

  • get width(): string
  • Returns string

  • set width(value: string): void
  • Parameters

    • value: string

    Returns void

Methods

  • Parameters

    • itemsSource: any

    Returns IDataSource

  • Returns the data index of an item within the bound data source.

    Parameters

    • item: any
      • The item from which to get the index.

    Returns number

  • Parameters

    • key: any[]

    Returns number

  • Parameters

    • name: string

    Returns any

  • Gets the first visible index in the grid.

    Returns number

  • Gets the last visible index in the grid.

    Returns number

  • Invalidates the bound data for the rows currently visible.

    Returns void

  • Returns void

  • Returns void

  • Returns void

  • Manually notifies the grid's data source that the data it has bound to has been cleared and needs to be re-examined. This should not be called if the data that the grid is bound to is already observable.

    Returns void

  • Parameters

    • index: number
    • newItem: any

    Returns void

  • Parameters

    • index: number
    • oldItem: any

    Returns void

  • Parameters

    • index: number
    • oldItem: any
    • newItem: any

    Returns void

  • Returns void

  • Returns void