LayoutItem Properties
A control that consists of a header and content regions.| Name | Description |
|---|---|
| ActualContentIndent | Gets the actual space between an item’s header and content. |
| 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. |
| AllowHeaderHighlighting | |
| AllowHeaderHighligting | Obsolete. Gets or sets whether an item’s header is highlighted (painted bold) when the item’s content is focused. |
| AllowHeaderTextContentVerticalCorrection | Gets or sets whether the item’s header position is adjusted by a few pixels so that the header is lined up with the text of the editor displayed in the content region. |
| 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. |
| HeaderAlignment | Gets or sets whether the item’s content is aligned according to the group’s LayoutGroupBase.ItemHeadersAlignment option. |
| HeaderPosition | Gets or sets the position of the item’s header. |
| 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. |
| HorizontalContentIndent | Gets or sets the space between the item’s header and content when the content and header are horizontally lined up. |
| HorizontalHeaderAlignment | Gets or sets the horizontal alignment of the container’s header. Inherited from HeaderedContentContainer. |
| IsContentEnabled | Gets whether the control placed as the item’s content is enabled. |
| IsContentFocused | Gets whether the control placed as the item’s content is focused. |
| IsHeaderVisible | Gets whether the item’s header is visible. |
| IsHorizontal | Gets whether the item’s header is displayed at the left of the item’s content. |
| IsRequired | Gets whether the current item’s header is painted semi-bold, indicating to an end-user that the current field is required. |
| Required | Gets or sets whether the current item’s header is painted semi-bold, indicating to an end-user that the current field is required. |
| ShowHeader | Gets or sets whether the item’s header is visible. |
| SizeMode | Gets or sets how the current item is resized. |
| VerticalContentIndent | Gets or sets the space between the item’s header and content when the content and header are vertically lined up. |
| VerticalHeaderAlignment | Gets or sets the vertical alignment of the container’s header. Inherited from HeaderedContentContainer. |
See Also