Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1AccordionPageSettings Class / ShowCloseButton Property

In This Topic
    ShowCloseButton Property (C1AccordionPageSettings)
    In This Topic
    Gets or sets a value that determines whether close button should be displayed in C1AccordionPage header.
    Syntax
    'Declaration
     
    
    Public Property ShowCloseButton As Boolean
    public bool ShowCloseButton {get; set;}
    See Also