Class IgxGridColumnSummaryOptionsComponent

Hierarchy

Hierarchy

Constructors

Properties

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

Accessors

  • get activeCount(): number
  • Returns number

  • set activeCount(v: number): void
  • Parameters

    • v: number

    Returns void

  • 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 actualSummaryListDensity(): ControlDisplayDensity
  • Gets the actual display density used for the summary list.

    Returns ControlDisplayDensity

  • set actualSummaryListDensity(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 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 labelTextStyle(): string
  • Gets or sets the font to use for labels.

    Returns string

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

    • v: string

    Returns void

  • get summaryCaption(): string
  • Gets or sets the text inside the summary button.

    Returns string

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

    • v: string

    Returns void

  • get summaryListBackground(): string
  • Returns string

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

    • v: string

    Returns void

  • get summaryListTextColor(): string
  • Returns string

  • set summaryListTextColor(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