EventArgs class for RenderRequested events.

Use the RenderRequested class for RenderRequested events.

Hierarchy

Hierarchy

  • IgxRenderRequestedEventArgs

Constructors

Properties

Accessors

Constructors

Properties

ngAcceptInputType_animate: string | boolean

Accessors

  • get animate(): boolean
  • True if animation is requested.

    Use the Animate property true if the animation is requested.

    e.animation = true;
    

    Returns boolean

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

    • v: boolean

    Returns void