New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated over 6 months ago
PropertyDescription
ExpandDirectionGets or sets the expand direction.
EnableAnimationGets or sets a value indicating whether to use animation to expand or collapse the control.
ContentSizingModeGets or sets the content sizing mode.
IsExpandedGets a or Sets value indicating whether the control is expanded.
IsAnimatingGets a value indicating whether the control is currently animating.
ShowHeaderLineGets or sets a value indicating whether to show a line primitive in the header.
HorizontalHeaderAlignmentGets or sets the horizontal header alignment.
VerticalHeaderAlignmentGets or sets the vertical header alignment.
HeaderTextGets or sets the header text.
AnimationIntervalGets or sets the animation interval.
AnimationFramesGets or sets the animation frames.
AnimationEasingTypeGets or sets the easing type to be applied to the animation when expanding or collapsing
AnimationTypeGets or sets the type of the expand or collapse animation.
BackColorGets or sets the BackColor of the control. This is actually the BackColor property of the root element.

Methods

MethodDescription
ExpandExpands the control. Will not have effect if the control is already expanded or is animating. Can be canceled from the Expanding event.
CollapseCollapses the control. Will not have effect if the control is already collapsed or is animating. Can be canceled from the Collapsing event.
ToggleExpandCollapseIf the Control is expanded it will be collapsed and vice-versa.

Events

EventDescription
ExpandedOccurs after the control is expanded.
CollapsedOccurs after the control is collapsed.
ExpandingOccurs before the control is expanded.
CollapsingOccurs before the control is collapsed.

See Also

In this article
MethodsEventsSee Also
Not finding the help you need?
Contact Support