HeaderedContentContainer Properties
The base class for headered controls displaying specific content and supporting header styling and alignment.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. |
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. |
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. |
VerticalHeaderAlignment | Gets or sets the vertical alignment of the container’s header. |
See Also