Represents a width of a column.

Hierarchy

Hierarchy

  • IgrColumnWidth

Constructors

Accessors

  • get isStarSized(): boolean
  • Gets or sets whether to use star sizing for the column's width

    Returns boolean

  • set isStarSized(v): void
  • Parameters

    • v: boolean

    Returns void

  • get minimumWidth(): number
  • Gets or sets a minimum width to use when star sizing.

    Returns number

  • set minimumWidth(v): void
  • Parameters

    • v: number

    Returns void

  • get nativeElement(): HTMLElement
  • Returns HTMLElement

  • get value(): number
  • Gets or sets the fixed width or the proportional width of the column, depending on whether this width is a star width.

    Returns number

  • set value(v): void
  • Parameters

    • v: number

    Returns void

Methods

  • Parameters

    • name: string

    Returns any