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