[]
Represents a Windows Forms Accordion control.
[ToolboxBitmap(typeof(C1Accordion), "C1Accordion.png")]
public class C1Accordion : XView, ISupportInitialize
| Name | Description |
|---|---|
| C1Accordion() | Initializes a new instance of the C1Accordion class. |
| Name | Description |
|---|---|
| ActivePage | Gets or sets the C1AccordionPage that is currently selected. |
| AllowCollapseAll | Gets or sets a value that determines whether users should be allowed to collapse all the items. |
| AllowExpandMany | Gets or sets a value that determines whether users should be allowed to expand multiple pages at a time. |
| AutoSizeElement | Do not use this property. |
| BackColor | Gets or sets control back color. |
| BorderStyle | Do not use this property. |
| DefaultSize | |
| ExpandDirection | Gets or sets a value indicating where the content area of an expanded C1AccordionPage is displayed in relation to its header. |
| Font | Do not use this property. |
| ForeColor | Do not use this property. |
| IsRtlScrollingSupported | |
| Margin | Do not use this property. |
| Orientation | Gets a C1AccordionPage's headers stack orientation. |
| Padding | Do not use this property. |
| PageSettings | Gets common displaying properties for all AccordionPages. |
| Pages | Gets collection of C1AccordionPage. |
| ScrollBarVisibility | Gets or sets a value that specifies the visibility of a ScrollBar for C1Accordion content. |
| ScrollBars | |
| ShowToolTips | Gets or sets a value that determines whether the C1Accordion should display a tooltip for page header when ToolTipText is defined for this page. |
| Styles | Gets AccordionStyles C1Accordion styles. |
| Text |
| Name | Description |
|---|---|
| ActivePageChanged | Occurs when the ActivePage property changed. |
| ExpandDirectionChanged | Occurs when the ExpandDirection property changed. |
| ExpandDirectionChanging | Occurs when the ExpandDirection property is changing. |
| PageExpandStateChanged | Occurs when one of Pages IsExpanded property changed. |
| PageExpandStateChanging | Occurs when one of Pages IsExpanded property is about to be changed. |
| PageHeaderClick | Occurs when an C1AccordionPage header is clicked. |
| PageIsClosedChanged | Occurs when the IsClosed property of one of the Pages has changed. |