ExpandContainer Properties
Combines controls into a headered container that supports the collapse/expand functionality.| 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. |
See Also