[]
        
(Showing Draft Content)

C1.Win.Accordion.IconsDisplayMode

IconsDisplayMode Enum

Specifies a value indicating whether an icon in the C1AccordionPage header should be shown according to common PageSettings or to own C1AccordionPage settings.

Namespace: C1.Win.Accordion
Assembly: C1.Win.Accordion.8.dll
Syntax
public enum IconsDisplayMode

Fields

Name Description
HideAlways

Always hide the icon in the C1AccordionPage header, regardless of the PageSettings value.

Inherit

Use common PageSettings to determine whether to show the icon in the C1AccordionPage header or not.

ShowAlways

Always show the icon in the C1AccordionPage header, regardless of the PageSettings value.