The C1Expander type exposes the following members.

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