TdxLayoutItemOptions Members
Provides behavior settings for layout elements.Constructors
| Name | Description |
|---|---|
| Create(TdxCustomLayoutControl) | Initializes a new instance of the TdxLayoutControlPersistent class with specified settings. Inherited from TdxLayoutControlPersistent. |
Properties
| Name | Description |
|---|---|
| AllowFloatingGroups | |
| AllowGroupWrapItems | Specifies if the root layout group automatically wraps its child elements (causes them to be carried over to a new line on reaching its margin). |
| AllowQuickCustomize | Specifies whether end-users can drag and drop layout elements without having to open the Customization Form. |
| AllowRename | Specifies whether end-users can rename layout elements (customize their captions) in customization mode. |
| AutoControlAreaAlignment | Specifies the manner in which linked controls are resized within standard layout items. |
| AutoControlTabOrders | Specifies whether to automatically manage the tab order of controls within the layout control. |
| Control | Returns a layout control. Inherited from TdxLayoutControlPersistent. |
| FocusControlOnItemCaptionClick | Specifies whether the control linked to a standard layout item can be focused on the item’s caption click. |
| FormattedText | Provides access to formatted text-related settings and events at the Layout control level. |
| HyperlinkColor |
Deprecated. This property exists for backward compatibility only. Tip Use the FormattedText.HyperlinkColor property instead of |
| ShowHyperlinkHint |
Deprecated. This property exists for backward compatibility only. Tip Use the FormattedText.ShowHyperlinkHint property instead of |
| ShowLockedGroupChildren | Specifies whether the locked group‘s children are visible in the Customization Form‘s Layout Tree View pane. |
| ShowQuickCustomizationToolbar | |
| SizableHorz | Specifies whether layout elements can be resized horizontally. |
| SizableVert | Specifies whether layout elements can be resized vertically. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| ToString | Inherited from TObject. |
See Also