Describes one phase of a responsive state to apply to the grid.

Hierarchy

Hierarchy

  • IgxResponsivePhase

Constructors

Properties

ngAcceptInputType_delayMilliseconds: string | number

Accessors

  • get delayMilliseconds(): number
  • The amount of time to delay the responsive phase from starting, in milliseconds

    Returns number

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

    • v: number

    Returns void

  • get name(): string
  • The name of this responsive phase

    Returns string

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

    • v: string

    Returns void

Methods

  • Adds a column exchanger to the phase and returns it.

    Returns IgxResponsivePhase

  • Parameters

    • name: string

    Returns any