/** * @class Ext.dataview.ItemHeader * @extend Ext.Component * @xtype itemheader * * A simple header component for grouped lists. List headers are created automatically * by {@link Ext.dataview.List Lists} and should not be directly instantiated. */ /** * @cfg {Ext.util.Group} [group=null] * The {@link Ext.util.Collection collection} of {@link Ext.data.Model records} * in the group. * @readonly * @since 6.5.0 * @accessor */