Class CollapsiblePanelExtender
Inheritance
System.Object
CollapsiblePanelExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[ClientScriptResource("AjaxControlToolkit.CollapsiblePanelBehavior", "AjaxControlToolkit.CollapsiblePanel.CollapsiblePanelBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
[RequiredScript(typeof(AnimationScripts))]
public class CollapsiblePanelExtender : ExtenderControlBase, IControlResolver
Constructors
Declaration
public CollapsiblePanelExtender()
Properties
Declaration
[ExtenderControlProperty]
public bool AutoCollapse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public bool AutoExpand { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public string CollapseControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public bool Collapsed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public string CollapsedImage { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Declaration
[ExtenderControlProperty]
public string ExpandControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public CollapsiblePanelExpandDirection ExpandDirection { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
public string ExpandedImage { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
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
Declaration
public override void EnsureValid()
Overrides
Implements