Represents an element in the current grouping applied to a data source or provider. Changes to this object are not observed or expected after it is initially assigned to a collection.

Hierarchy

Hierarchy

Constructors

Properties

ngAcceptInputType_displayFormatSpecifiers: string | any[]
ngAcceptInputType_sortDirection: string | ListSortDirection
ngAcceptInputType_valueFormatSpecifiers: string | any[]

Accessors

  • get displayFormat(): string
  • Gets or sets the display format for the group text in the group header.

    Returns string

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

    • v: string

    Returns void

  • get displayFormatSpecifiers(): any[]
  • Gets or sets the format specifiers to use with the DisplayFormat string.

    Returns any[]

  • set displayFormatSpecifiers(v: any[]): void
  • Parameters

    • v: any[]

    Returns void

  • get displayName(): string
  • Gets or sets the display text for the group name.

    Returns string

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

    • v: string

    Returns void

  • get field(): string
  • Gets or sets the property being sorted.

    Returns string

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

    • v: string

    Returns void

  • get formatOverride(): any
  • Gets or sets an INTL.DateTimeFormat or INTL.NumericFormat to use to format the value.

    Returns any

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

    • v: any

    Returns void

  • get formatText(): EventEmitter<{
        args: IgxFormatGroupTextEventArgs;
        sender: any;
    }>
  • Called when the value is being formatted.

    Returns EventEmitter<{
        args: IgxFormatGroupTextEventArgs;
        sender: any;
    }>

  • get sortDirection(): ListSortDirection
  • Gets or sets the direction to sort based on the property.

    Returns ListSortDirection

  • set sortDirection(v: ListSortDirection): void
  • Parameters

    Returns void

  • get valueFormat(): string
  • Gets or sets the format string for the group value.

    Returns string

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

    • v: string

    Returns void

  • get valueFormatSpecifiers(): any[]
  • Gets or sets the format specifiers to use with the ValueFormat string.

    Returns any[]

  • set valueFormatSpecifiers(v: any[]): void
  • Parameters

    • v: any[]

    Returns void

Methods

  • Returns if the SortDescription is equal to another.

    Parameters

    • other: any
      • The SortDescription to compare to.

    Returns boolean

  • Parameters

    • name: string

    Returns any