[]
        
(Showing Draft Content)

C1.Win.Accordion.C1AccordionPage.ShowCloseButton

ShowCloseButton Property

ShowCloseButton

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

Declaration
public IconsDisplayMode ShowCloseButton { get; set; }
Remarks

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 CloseButton in this C1AccordionPage header or HideAlways to hide.