'Declaration
Public Property ShowIcon As IconsDisplayMode
public IconsDisplayMode ShowIcon {get; set;}
'Declaration
Public Property ShowIcon As IconsDisplayMode
public IconsDisplayMode ShowIcon {get; set;}
This only matters when Icon is not null.
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 Icon in this C1AccordionPage header or IconsDisplayMode.HideAlways to hide.