Represents event arguments related to sorting and grouping operations The event is cancelable

Hierarchy

Hierarchy

  • IgrSortingEventArgsDetail

Constructors

Accessors

  • get cancel(): boolean
  • Provides the ability to cancel the event.

    Returns boolean

  • set cancel(v): void
  • Parameters

    • v: boolean

    Returns void

  • get groupingExpressions(): IgrGroupingExpression[]
  • Optional Represents the grouping expressions applied to the grid. It can be a single grouping expression or an array of them The expression contains information like the sorting expression and criteria by which the elements will be grouped

    Returns IgrGroupingExpression[]

  • set groupingExpressions(v): void
  • Parameters

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

  • get owner(): any
  • Provides reference to the owner component.

    Returns any

  • set owner(v): void
  • Parameters

    • v: any

    Returns void

  • get sortingExpressions(): IgrSortingExpression[]
  • Optional Represents the sorting expressions applied to the grid. It can be a single sorting expression or an array of them The expression contains information like file name, whether the letter case should be taken into account, etc.

    Returns IgrSortingExpression[]

  • set sortingExpressions(v): void
  • Parameters

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

  • Parameters

    • element: any

    Returns void