[]
        
(Showing Draft Content)

C1.Win.Accordion.C1AccordionPage.ShowIcon

ShowIcon Property

ShowIcon

Gets or sets a value indicating whether to show or hide the Icon for this C1AccordionPage, regardless of the ShowIcon set in PageSettings value.

Declaration
public IconsDisplayMode ShowIcon { get; set; }
Remarks

This only matters when Icon is not null.

By default it set to Inherit that means using common PageSettings.

If you need a special appearance for this page, than set it to ShowAlways to display Icon in this C1AccordionPage header or HideAlways to hide.