Class IgxCalloutContentUpdatingEventArgs

Represents event arguments for updating content of callout layer

Hierarchy

Hierarchy

  • IgxCalloutContentUpdatingEventArgs

Constructors

Accessors

Constructors

Accessors

  • get content(): any
  • Gets or sets content displayed by callout layer

    Returns any

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

    • v: any

    Returns void

  • get item(): any
  • Gets data item assositated with callout layer

    Returns any

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

    • v: any

    Returns void

  • get xValue(): any
  • Gets data X-value assositated with callout layer

    Returns any

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

    • v: any

    Returns void

  • get yValue(): any
  • Gets data Y-value assositated with callout layer

    Returns any

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

    • v: any

    Returns void