Table 7-1. A Few of the Accordion Control Properties
Property Name Description
AutoSize Controls the growth and collapse of the panes. There are three
enumerations: None, Limit, and Fill. None allows the control to grow
unrestricted, whereas Limit confines the maximum size of the
accordion by the Height property. Fill always keeps the size of the
overall accordion constant.
ContentCssClass CSS class applied to the content.
DataMember Field name of the data source (databinding).
DataSource Data source used for binding (databinding).
DataSourceID The ID of the data source control.
FramesPerSecond Frames per second used for animation during the transition between
panes.
FadeTransitions Boolean value indicating whether or not to apply the fade effect during
transition.
HeaderCssClass CSS class applied to the header.
RequireOpenedPane Boolean value indicating whether or not a pane is always open.
SelectedIndex The initial pane that is visible in the accordion.
SuppressHeaderPostbacks Blocks events from the controls in the header of the accordion.
TransitionDuration The duration of the transition animation for when one pane is closing
with another one opening (in milliseconds).
Pages:
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209