'Declaration
Public Property ShowExpandIcon As IconsDisplayMode
public IconsDisplayMode ShowExpandIcon {get; set;}
'Declaration
Public Property ShowExpandIcon As IconsDisplayMode
public IconsDisplayMode ShowExpandIcon {get; set;}
By default it set to IconsDisplayMode.Inherit that means using common PageSettings.
If you need a special appearance for this page, than set it to IconsDisplayMode.ShowAlways to display ExpandIcon in this C1AccordionPage header or IconsDisplayMode.HideAlways to hide.