Class IgxGridColumnOptionsBaseComponent

Hierarchy

Hierarchy

Implements

  • OnInit

Constructors

Properties

ngAcceptInputType_actualBaseTheme: string | BaseControlTheme
ngAcceptInputType_actualButtonDensity: string | ControlDisplayDensity
ngAcceptInputType_actualDensity: string | ControlDisplayDensity
ngAcceptInputType_autoSize: string | boolean
ngAcceptInputType_baseTheme: string | BaseControlTheme
ngAcceptInputType_buttonDensity: string | ControlDisplayDensity
ngAcceptInputType_density: string | ControlDisplayDensity
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get actualBaseTheme(): BaseControlTheme
  • Gets the actual display baseTheme to use for the component.

    Returns BaseControlTheme

  • set actualBaseTheme(v: BaseControlTheme): void
  • Parameters

    Returns void

  • get autoSize(): boolean
  • Gets or sets the autoSize for which this AutoSizeOptions will apply.

    Returns boolean

  • set autoSize(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get backgroundColor(): string
  • Gets or sets the color to use for the background of the component.

    Returns string

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

    • v: string

    Returns void

  • get baseTheme(): BaseControlTheme
  • Gets or sets the base built in theme to use for the component.

    Returns BaseControlTheme

  • set baseTheme(v: BaseControlTheme): void
  • Parameters

    Returns void

  • get buttonTextStyle(): string
  • Gets or sets the font to use for buttons.

    Returns string

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

    • v: string

    Returns void

  • get labelTextStyle(): string
  • Gets or sets the font to use for labels.

    Returns string

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

    • v: string

    Returns void

  • get textColor(): string
  • Gets or sets the color to use for the text of the component.

    Returns string

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

    • v: string

    Returns void

Methods

  • Parameters

    • name: string

    Returns any

  • Returns void