London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class AccordionExtender

Inheritance
System.Object
AccordionExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(CommonToolkitScripts))]
[RequiredScript(typeof(AnimationScripts))]
[ClientScriptResource("AjaxControlToolkit.AccordionBehavior", "AjaxControlToolkit.Accordion.AccordionBehavior.js")]
public class AccordionExtender : ExtenderControlBase, IControlResolver

Constructors

AccordionExtender()

Declaration
public AccordionExtender()

Properties

AutoSize

Declaration
[ExtenderControlProperty]
public AutoSize AutoSize { get; set; }
Property Value
Type Description
AutoSize

ContentCssClass

Declaration
[ExtenderControlProperty]
public string ContentCssClass { get; set; }
Property Value
Type Description
System.String

FadeTransitions

Declaration
[ExtenderControlProperty]
public bool FadeTransitions { get; set; }
Property Value
Type Description
System.Boolean

FramesPerSecond

Declaration
[ExtenderControlProperty]
public int FramesPerSecond { get; set; }
Property Value
Type Description
System.Int32

HeaderCssClass

Declaration
[ExtenderControlProperty]
public string HeaderCssClass { get; set; }
Property Value
Type Description
System.String

HeaderSelectedCssClass

Declaration
[ExtenderControlProperty]
public string HeaderSelectedCssClass { get; set; }
Property Value
Type Description
System.String

RequireOpenedPane

Declaration
[ClientPropertyName("requireOpenedPane")]
[ExtenderControlProperty]
public bool RequireOpenedPane { get; set; }
Property Value
Type Description
System.Boolean

SelectedIndex

Declaration
[ExtenderControlProperty]
public int SelectedIndex { get; set; }
Property Value
Type Description
System.Int32

SuppressHeaderPostbacks

Declaration
[ExtenderControlProperty]
[ClientPropertyName("suppressHeaderPostbacks")]
public bool SuppressHeaderPostbacks { get; set; }
Property Value
Type Description
System.Boolean

TransitionDuration

Declaration
[ExtenderControlProperty]
public int TransitionDuration { get; set; }
Property Value
Type Description
System.Int32

Implements