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 CollapsiblePanelExtender

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

Constructors

CollapsiblePanelExtender()

Declaration
public CollapsiblePanelExtender()

Properties

AutoCollapse

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

AutoExpand

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

CollapseControlID

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

Collapsed

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

CollapsedImage

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

CollapsedSize

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

CollapsedText

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

ExpandControlID

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

ExpandDirection

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

ExpandedImage

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

ExpandedSize

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

ExpandedText

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

ImageControlID

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

ScrollContents

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

SuppressPostBack

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

TextLabelID

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

Methods

EnsureValid()

Declaration
public override void EnsureValid()
Overrides

Implements