Class IgxGridColumnButtonOptionsComponent

Hierarchy

Hierarchy

Implements

  • AfterContentInit

Constructors

Properties

_buttonsSectionRef: ElementRef<any>
_mainDiv: Element
_mainDivRef: ElementRef<any>
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 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 applyButtonCaption(): string
  • Returns string

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

    • v: string

    Returns void

  • get applyButtonClick(): EventEmitter<{
        args: IgxApplyButtonClickEventArgs;
        sender: any;
    }>
  • Returns EventEmitter<{
        args: IgxApplyButtonClickEventArgs;
        sender: any;
    }>

  • 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 cancelButtonCaption(): string
  • Returns string

  • set cancelButtonCaption(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(): GridColumnButtonOptions
  • Returns GridColumnButtonOptions

  • 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

  • Returns void

  • Returns void

  • Returns void