Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1AccordionPage Class / ShowExpandIcon Property

In This Topic
    ShowExpandIcon Property (C1AccordionPage)
    In This Topic
    Gets or sets a value indicating whether to show or hide the ExpandIcon for this C1AccordionPage, regardless of the ShowExpandIcon set in PageSettings value.
    Syntax
    'Declaration
     
    
    Public Property ShowExpandIcon As IconsDisplayMode
    public IconsDisplayMode ShowExpandIcon {get; set;}
    Remarks

    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.

    See Also