Class IgxListPanelContentRebindEventArgs

Information about list item content that was just rebound.

Hierarchy

Hierarchy

  • IgxListPanelContentRebindEventArgs

Constructors

Accessors

Constructors

Accessors

  • get rowObject(): any
  • The model that is rebinding.

    Returns any

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

    • v: any

    Returns void