Represents a width of a column.

Hierarchy

Hierarchy

  • IgxColumnWidth

Constructors

Properties

ngAcceptInputType_isStarSized: string | boolean
ngAcceptInputType_minimumWidth: string | number
ngAcceptInputType_value: string | number

Accessors

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

    Returns boolean

  • set isStarSized(v: boolean): 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: number): void
  • Parameters

    • v: number

    Returns void

  • 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: number): void
  • Parameters

    • v: number

    Returns void

Methods

  • Parameters

    • name: string

    Returns any