Skip to main content

ExpandContainer Members

Combines controls into a headered container that supports the collapse/expand functionality.

Constructors

Name Description
ExpandContainer() Initializes a new instance of the ExpandContainer class.

Fields

Name Description
ActualHeaderProperty static Identifies the veHeaderedContentControl.ActualHeader dependency property. Inherited from veHeaderedContentControl.
CollapsedState Returns “Collapsed”.
ExpandButtonStyleProperty static Identifies the ExpandContainer.ExpandButtonStyle dependency property.
ExpandedState Returns “Expanded”.
ExpandedStates Returns “ExpandedStates”.
HasHeaderProperty static Identifies the veHeaderedContentControl.HasHeader dependency property. Inherited from veHeaderedContentControl.
HasHeaderTemplateProperty static Identifies the veHeaderedContentControl.HasHeaderTemplate dependency property. Inherited from veHeaderedContentControl.
HeaderProperty static Identifies the veHeaderedContentControl.Header dependency property. Inherited from veHeaderedContentControl.
HeaderStringFormatProperty static Identifies the veHeaderedContentControl.HeaderStringFormat dependency property. Inherited from veHeaderedContentControl.
HeaderStyleProperty static Identifies the HeaderedContentContainer.HeaderStyle dependency property. Inherited from HeaderedContentContainer.
HeaderTemplateProperty static Identifies the veHeaderedContentControl.HeaderTemplate dependency property. Inherited from veHeaderedContentControl.
HeaderTemplateSelectorProperty static Identifies the veHeaderedContentControl.HeaderTemplateSelector dependency property. Inherited from veHeaderedContentControl.
HorizontalHeaderAlignmentProperty static Identifies the HeaderedContentContainer.HorizontalHeaderAlignment dependency property. Inherited from HeaderedContentContainer.
IsExpandedProperty static Identifies the ExpandContainer.IsExpanded dependency property.
VerticalHeaderAlignmentProperty static Identifies the HeaderedContentContainer.VerticalHeaderAlignment dependency property. Inherited from HeaderedContentContainer.

Properties

Name Description
ActualHeader Gets the control’s actual header, taking into account the additional formatting applied to the veHeaderedContentControl.Header via the veHeaderedContentControl.HeaderStringFormat property. Inherited from veHeaderedContentControl.
ExpandButtonStyle Gets or sets the style applied to the container’s Expand button.
HasHeader Gets whether the control’s veHeaderedContentControl.Header is not empty. Inherited from veHeaderedContentControl.
HasHeaderTemplate Gets whether the veHeaderedContentControl.HeaderTemplate is not empty. Inherited from veHeaderedContentControl.
Header Gets or sets the control’s header. Inherited from veHeaderedContentControl.
HeaderStringFormat Gets or sets a composite format string for the veHeaderedContentControl.Header object. Inherited from veHeaderedContentControl.
HeaderStyle Gets or sets the style applied to the container’s header. Inherited from HeaderedContentContainer.
HeaderTemplate Gets or sets the template used to render the veHeaderedContentControl.Header object. Inherited from veHeaderedContentControl.
HeaderTemplateSelector Gets or sets an object that chooses a header template based on custom logic. Inherited from veHeaderedContentControl.
HorizontalHeaderAlignment Gets or sets the horizontal alignment of the container’s header. Inherited from HeaderedContentContainer.
IsExpanded Gets or sets whether the container is expanded.
VerticalHeaderAlignment Gets or sets the vertical alignment of the container’s header. Inherited from HeaderedContentContainer.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
Collapsed Fires when the container is collapsed.
Expanded Fires when the container is expanded.
See Also