The C1Accordion type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
AccessKey |
Gets or sets the access key that allows you to quickly navigate
to the Web server control.
(Overrides WebControl..::..AccessKey.) |
|
|
AnimationDuration |
Animation duration in milliseconds.
|
|
|
AutoPostBack |
Sets or retrieves a value that indicates whether or not the control posts back to the server each time a user interacts with the control.
|
|
|
AutoSize |
Determines how the width or height of the accordion control will be controlled. Default value is None. If it is set to None, then the accordion can increase as large or as small as necessary to fit the pane's information. If it is set to Fill then it will always be equal to its height or width for horizontal orientation.
|
|
|
CollapseEasing |
Specifies the transition for collapse animation.
|
|
|
ContentField |
Gets or sets the name of the field from the data source to bind to the panes content.
|
|
|
DataMember |
Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items.
(Overrides DataBoundControl..::..DataMember.) |
|
|
DataSourceID |
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
(Overrides DataBoundControl..::..DataSourceID.) |
|
|
DefaultHeaderSize |
Default header size in pixels.
|
|
|
EmbeddedVisualStyles |
Returns string array with embedded visual styles names.
(Overrides C1ThemeableDataBoundControlEmbeddedVisualStyles()()()().) |
|
|
Enabled |
Gets or sets the enabled property used by the control.
(Overrides WebControl..::..Enabled.) |
|
|
ExpandDirection |
Gets or sets the direction in which the content are of the control expands.
|
|
|
ExpandEasing |
Specifies the transition effect when the content area of the control expands.
|
|
|
FlowRight |
Gets or sets a value that indicates whether or not children will flow to the right side of the control.
|
|
|
HeaderField |
Gets or sets the name of the field from the data source to bind to the panes header.
|
|
|
Height |
Gets or sets the height of the accordion.
(Overrides WebControl..::..Height.) |
|
|
OnClientSelectedPaneChanged |
Handler name of the client SelectedPaneChanged event.
|
|
|
Panes |
Collection of child panes in the accordion.
|
|
|
RequireOpenedPane |
Determines whether clicking the header will close the currently opened pane (leaving all the accordion's panes closed).
|
|
|
SelectedIndex |
Gets or sets the index of the pane to be displayed.
|
|
|
SelectedPane |
Gets or sets the selected pane in the accordion.
|
|
|
SuppressHeaderPostbacks |
Gets or sets a value that determines whether or not we suppress the client-side click handlers of any elements in the header sections.
|
|
|
TagKey |
Gets the value that corresponds to this Web
server control.
This property is used primarily by control developers.
(Overrides WebControl..::..TagKey.) |
|
|
ToolTip |
Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
(Overrides WebControl..::..ToolTip.) |
|
|
Visible |
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Overrides Control..::..Visible.) |
|
|
VisualStyle |
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableDataBoundControlVisualStyle()()()().) |
|
|
VisualStylePath |
Gets or sets the path to the visual style folder.
(Overrides C1ThemeableDataBoundControlVisualStylePath()()()().) |
|
|
Width |
Gets or sets the width of the accordion.
(Overrides WebControl..::..Width.) |