Constructors
Section titled "Constructors"IgxExpansionPanelBodyComponent
new IgxExpansionPanelBodyComponent(): IgxExpansionPanelBodyComponent Returns IgxExpansionPanelBodyComponent
Properties
Section titled "Properties"cdr: ChangeDetectorRef Defined in projects/igniteui-angular/expansion-panel/src/expansion-panel/expansion-panel-body.component.ts:12
element
Section titled "element"element: ElementRef<any> Defined in projects/igniteui-angular/expansion-panel/src/expansion-panel/expansion-panel-body.component.ts:11
panel
Section titled "panel"panel: IgxExpansionPanelBase Defined in projects/igniteui-angular/expansion-panel/src/expansion-panel/expansion-panel-body.component.ts:10
Gets/sets the role attribute of the panel body
Default is 'region';
Get
const currentRole = this.panel.body.role;Set
this.panel.body.role = 'content';<igx-expansion-panel-body [role]="'custom'"></igx-expansion-panel-body> role: string = 'region' Defined in projects/igniteui-angular/expansion-panel/src/expansion-panel/expansion-panel-body.component.ts:37
label
Section titled "label"label: string Defined in projects/igniteui-angular/expansion-panel/src/expansion-panel/expansion-panel-body.component.ts:52, projects/igniteui-angular/expansion-panel/src/expansion-panel/expansion-panel-body.component.ts:64
labelledBy
Section titled "labelledBy"labelledBy: string Defined in projects/igniteui-angular/expansion-panel/src/expansion-panel/expansion-panel-body.component.ts:78, projects/igniteui-angular/expansion-panel/src/expansion-panel/expansion-panel-body.component.ts:90