The C1Accordion type exposes the following members.

Properties

  Name Description
Public property AccessKey
Gets or sets the access key that allows you to quickly navigate to the Web server control.
(Overrides WebControl..::..AccessKey.)
Public property AnimationDuration
Animation duration in milliseconds.

Remarks

Default value is 500.
Public property 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.
Public property 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.
Public property CollapseEasing
Specifies the transition for collapse animation.
Public property ContentField
Gets or sets the name of the field from the data source to bind to the panes content.
Public property 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.)
Public property DataSourceID
Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.
(Overrides DataBoundControl..::..DataSourceID.)
Public property DefaultHeaderSize
Default header size in pixels.
Public property EmbeddedVisualStyles
Returns string array with embedded visual styles names.
(Overrides C1ThemeableDataBoundControlEmbeddedVisualStyles()()()().)
Public property Enabled
Gets or sets the enabled property used by the control.
(Overrides WebControl..::..Enabled.)
Public property ExpandDirection
Gets or sets the direction in which the content are of the control expands.
Public property ExpandEasing
Specifies the transition effect when the content area of the control expands.
Protected property FlowRight
Gets or sets a value that indicates whether or not children will flow to the right side of the control.
Public property HeaderField
Gets or sets the name of the field from the data source to bind to the panes header.
Public property Height
Gets or sets the height of the accordion.
(Overrides WebControl..::..Height.)
Public property OnClientSelectedPaneChanged
Handler name of the client SelectedPaneChanged event.
Public property Panes
Collection of child panes in the accordion.
Public property RequireOpenedPane
Determines whether clicking the header will close the currently opened pane (leaving all the accordion's panes closed).

Remarks

Default value is True.
Public property SelectedIndex
Gets or sets the index of the pane to be displayed.
Public property SelectedPane
Gets or sets the selected pane in the accordion.
Public property 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.

Remarks

Default value is False.
Protected property TagKey
Gets the value that corresponds to this Web server control. This property is used primarily by control developers.
(Overrides WebControl..::..TagKey.)
Public property ToolTip
Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
(Overrides WebControl..::..ToolTip.)
Public property Visible
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Overrides Control..::..Visible.)
Public property VisualStyle
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableDataBoundControlVisualStyle()()()().)
Public property VisualStylePath
Gets or sets the path to the visual style folder.
(Overrides C1ThemeableDataBoundControlVisualStylePath()()()().)
Public property Width
Gets or sets the width of the accordion.
(Overrides WebControl..::..Width.)

See Also