The C1Expander type exposes the following members.

Constructors

  Name Description
Public method C1Expander

Methods

  Name Description
Public method Dispose (Overrides C1HeaderContentControlDispose()()()().)
Public method Initialize (Overrides C1HeaderContentControlInitialize()()()().)
Public method OnCollapse
Called when panel is collapsed.
Public method OnExpand
Called when panel is expanded.
Public method RaiseAfterCollapse
Raise AfterCollapse event.
Public method RaiseAfterExpand
Raise AfterExpand event.

Properties

  Name Description
Public property CollapseAnimation
Collapse Animation effect.

Remarks

Default value is None.
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 ExpandAnimation
Expand Animation effect.

Remarks

Default value is None.
Public property ExpandDirection
Expand direction.
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 exapanded state.

Events

  Name Description
Public event AfterCollapse
Occurs after panel collapse.
Public event AfterExpand
Occurs after panel expand.
Public event BeforeCollapse
Occurs before panel collapse.
Public event BeforeExpand
Occurs before panel expand.

See Also