Hierarchy

Hierarchy

  • IgxXExpansionPanelComponent

Implements

  • AfterContentInit

Constructors

  • Parameters

    • renderer: Renderer2
    • _elRef: ViewContainerRef
    • ngZone: NgZone
    • injector: Injector
    • componentFactoryResolver: ComponentFactoryResolver

    Returns IgxXExpansionPanelComponent

Properties

_contentInner: ElementRef<any>
_contentOuter: ElementRef<any>
_dynamicContent: ViewContainerRef
_header: ElementRef<any>
_mainDiv: Element
_mainDivRef: ElementRef<any>
ngAcceptInputType_actualElevation: string | number
ngAcceptInputType_elevation: string | number
ngAcceptInputType_expanded: string | boolean
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get actualAmbientShadowColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

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

    • v: string

    Returns void

  • get actualCaptionTextColor(): string
  • Gets or sets the color to use for the actual header caption text.

    Returns string

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

    • v: string

    Returns void

  • get actualDescriptionTextColor(): string
  • Gets or sets the color to use for the actual header description text.

    Returns string

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

    • v: string

    Returns void

  • get actualElevation(): number
  • Gets or sets the elevation of the border shadow

    Returns number

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

    • v: number

    Returns void

  • get actualHeaderBackgroundColor(): string
  • Gets or sets the color to use for the actual background of the header.

    Returns string

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

    • v: string

    Returns void

  • get actualPenumbraShadowColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

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

    • v: string

    Returns void

  • get actualUmbraShadowColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

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

    • v: string

    Returns void

  • get caption(): string
  • Gets / sets the caption to display in the header area.

    Returns string

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

    • v: string

    Returns void

  • get captionCollapsedTextColor(): string
  • Gets or sets the color to use for the header caption text when the panel is collapsed.

    Returns string

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

    • v: string

    Returns void

  • get captionExpandedTextColor(): string
  • Gets or sets the color to use for the header caption text when the panel is expanded.

    Returns string

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

    • v: string

    Returns void

  • get captionTextColor(): string
  • Gets or sets the color to use for the header caption text.

    Returns string

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

    • v: string

    Returns void

  • get description(): string
  • Gets / sets the description to display in the header area.

    Returns string

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

    • v: string

    Returns void

  • get descriptionCollapsedTextColor(): string
  • Gets or sets the color to use for the header description text when the panel is collapsed.

    Returns string

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

    • v: string

    Returns void

  • get descriptionExpandedTextColor(): string
  • Gets or sets the color to use for the header description text when the panel is expanded.

    Returns string

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

    • v: string

    Returns void

  • get descriptionTextColor(): string
  • Gets or sets the color to use for the header description text.

    Returns string

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

    • v: string

    Returns void

  • get elevation(): number
  • Gets or sets the elevation to use for the button regardless of type.

    Returns number

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

    • v: number

    Returns void

  • get expanded(): boolean
  • Gets / sets the expanded state of the panel.

    Returns boolean

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

    • v: boolean

    Returns void

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

    Returns string

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

    • v: string

    Returns void

  • get headerCollapsedBackgroundColor(): string
  • Gets or sets the color to use for the background of the header when the panel is expanded.

    Returns string

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

    • v: string

    Returns void

  • get headerExpandedBackgroundColor(): string
  • Gets or sets the color to use for the background of the header when the panel is expanded.

    Returns string

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

    • v: string

    Returns void

  • get height(): string
  • Returns string

  • set height(value: string): void
  • Parameters

    • value: string

    Returns void

  • get i(): XExpansionPanel
  • Returns XExpansionPanel

  • get onCollapsed(): EventEmitter<{
        args: IgxOnCollapsedEventArgs;
        sender: any;
    }>
  • Fires when the expansion panel is collapsed.

    Returns EventEmitter<{
        args: IgxOnCollapsedEventArgs;
        sender: any;
    }>

  • get onExpanded(): EventEmitter<{
        args: IgxOnExpandedEventArgs;
        sender: any;
    }>
  • Returns EventEmitter<{
        args: IgxOnExpandedEventArgs;
        sender: any;
    }>

  • get width(): string
  • Returns string

  • set width(value: string): void
  • Parameters

    • value: string

    Returns void

Methods

  • Collapses the contents of the expansion panel.

    Returns void

  • Expands the contents of the expansion panel.

    Returns void

  • Parameters

    • name: string

    Returns any

  • Returns void

  • Returns void

  • Toggles the expanded state of the expansion panel.

    Returns void

  • Returns void