Class IgxColumnGroupDescriptionCollection

Represents a collection of grouping elements that are applied to a data source or provider.

Hierarchy

Hierarchy

  • IgxColumnGroupDescriptionCollection

Constructors

Properties

ngAcceptInputType_shouldDetachOnTargetChange: string | boolean

Accessors

  • get count(): number
  • Returns number

  • get i(): ColumnGroupDescriptionCollection
  • Returns ColumnGroupDescriptionCollection

  • get shouldDetachOnTargetChange(): boolean
  • Gets or sets whether this collection should detach the sync when the target collection changes.

    Returns boolean

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

    • v: boolean

    Returns void

Methods

  • Returns Generator<any, void, unknown>

  • Returns void

  • Parameters

    • name: string

    Returns any