Class IgxDataSourceRowExpansionChangedEventArgs

Provides information about row expansion or collapse.

Hierarchy

Hierarchy

  • IgxDataSourceRowExpansionChangedEventArgs

Constructors

Properties

ngAcceptInputType_newState: string | boolean
ngAcceptInputType_oldState: string | boolean
ngAcceptInputType_rowIndex: string | number

Accessors

  • get newState(): boolean
  • The new state of the row. True is expanded, False is collapsed.

    Returns boolean

  • get oldState(): boolean
  • The previous state of the row. True is expanded, False is collapsed.

    Returns boolean

  • get rowIndex(): number
  • The index of the row being expanded or collapsed.

    Returns number