You can use the Collapsed property to specify a collapsed or expanded page. Specific pages can be collapsed or expanded as well as all of the pages can be collapsed or expanded.
To collapse a specific page at design time, select the desired page on the C1TopicBar control, and then open its C1TopicBar Tasks menu to set its Collapsed property to True.
To collapse all pages programmatically, use the CollapseAll method or the ExpandAll method to expand all pages.