[]
Implements an Accordion element.
public class C1AccordionPage : ContainerControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IToolTipElement
Name | Description |
---|---|
C1AccordionPage() | Initialize a new instance of C1AccordionPage class. |
C1AccordionPage(string, C1Icon, bool) | Initialize a new instance of C1AccordionPage class. |
Name | Description |
---|---|
Accordion | Gets a C1Accordion that this C1AccordionPage belongs to. |
ContentHeight | Gets or sets the height of the C1AccordionPage content area. |
ContentWidth | Gets or sets the width of the C1AccordionPage content area. |
HeaderText | Gets or sets a text displayed at the C1AccordionPage header. |
Icon | Gets or sets a C1.Framework.C1Icon which shown in the C1AccordionPage's header. |
IsClosed | Gets or sets a value determines whether page is closed or not. |
IsExpanded | Gets or sets a value that determines whether C1AccordionPage is expanded or not. |
ScrollContent | Gets or sets a style of scrolling C1AccordionPage content. |
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. |
ShowExpandIcon | Gets or sets a value indicating whether to show or hide the ExpandIcon for this C1AccordionPage, regardless of the ShowExpandIcon set in PageSettings value. |
ShowIcon | Gets or sets a value indicating whether to show or hide the Icon for this C1AccordionPage, regardless of the ShowIcon set in PageSettings value. |
ToolTipText | |
Visible |
Name | Description |
---|---|
ExpandStateChanged | Occurs after the IsExpanded property is changed. |
ExpandStateChanging | Occurs before the IsExpanded property is changed. |
HeaderClick | Occurs after click on the C1AccordionPage header. |