Class IgxGridColumnHideOptionsComponent

Hierarchy

Hierarchy

Implements

  • AfterContentInit

Constructors

Properties

_mainDiv: Element
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
ngAcceptInputType_showCaption: string | boolean
ɵ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 actualButtonDensity(): ControlDisplayDensity
  • Gets the actual display buttonDensity to use for the component.

    Returns ControlDisplayDensity

  • set actualButtonDensity(v: ControlDisplayDensity): void
  • Parameters

    Returns void

  • get actualDensity(): ControlDisplayDensity
  • Gets the actual display density to use for the component.

    Returns ControlDisplayDensity

  • set actualDensity(v: ControlDisplayDensity): 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 buttonDensity(): ControlDisplayDensity
  • Gets or sets the display Density to use for the buttons in the component.

    Returns ControlDisplayDensity

  • set buttonDensity(v: ControlDisplayDensity): 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 caption(): string
  • Returns string

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

    • v: string

    Returns void

  • get column(): IgxDataGridColumnComponent
  • Gets or sets the column for which this ColumnOptions will apply.

    Returns IgxDataGridColumnComponent

  • set column(v: IgxDataGridColumnComponent): void
  • Parameters

    Returns void

  • get density(): ControlDisplayDensity
  • Gets or sets the display density to use for the component.

    Returns ControlDisplayDensity

  • set density(v: ControlDisplayDensity): void
  • Parameters

    Returns void

  • get i(): GridColumnHideOptions
  • Returns GridColumnHideOptions

  • 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 showCaption(): boolean
  • Returns boolean

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

    • v: boolean

    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

  • Returns void

  • Returns void

  • Returns void