The C1Expander type exposes the following members.

Constructors

  Name Description
Public method C1Expander()()()()
Constructor.
Public method C1Expander(String)
Constructor that receive header text as parameter.

Methods

  Name Description
Public method RegisterRunTimeStyleSheets
Override this method if you want to render additional style sheets definitions what will be used by control only at run-time.
(Overrides C1HeaderContentControlRegisterRunTimeStyleSheets(Boolean).)
Public method RenderDesignTimeStyleSheets
Override this method if you want to render additional stylesheets definitions what will be used by control only at design-time.
(Overrides C1HeaderContentControlRenderDesignTimeStyleSheets(HtmlTextWriter, Boolean).)

Properties

  Name Description
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 AutoPostBackEventReference
AutoPostBack Event Reference. Empty string if AutoPostBack property is false.
Public property CollapseAnimation
Collapse Animation effect.
Public property CollapseDuration
Collapse Animation duration in milliseconds.

Remarks

Default value is 500 milliseconds.
Public property CollapseEasing
Specifies the transition for collapse animation.
Public property EmbeddedVisualStyles
Returns string array with embedded Visual Styles names.
(Overrides C1HeaderContentControlEmbeddedVisualStyles()()()().)
Public property ExpandAnimation
Expand Animation effect.

Remarks

Default value is None.
Public property ExpandDirection
Specifies the general layout orientation of the panel.
Public property ExpandDuration
Expand Animation duration in milliseconds.

Remarks

Default value is 500 milliseconds.
Public property ExpandEasing
Specifies the transition for expand animation.
Public property Expanded
Gets or sets a value that determines whether the panel is in an expanded state.

Remarks

Default value is true.

See Also