Back to Devexpress

TdxCustomLayoutItem Properties

vcl-dxlayoutcontainer-dot-tdxcustomlayoutitem-dot-underscore-properties.md

latest8.4 KB
Original Source

TdxCustomLayoutItem Properties

The base class for layout elements within the ExpressLayout Control.

NameDescription
ActuallyVisibleIdentifies if an item/group is currently visible.
AlignHorzSpecifies the horizontal alignment of an item/group within its parent group.
AlignmentConstraintSpecifies alignment constraints for an item/group.
AlignVertSpecifies the vertical alignment of an item/group within its parent group.
AllowFloating protected
AllowQuickCustomize protectedSpecifies whether end-users can drag and drop a layout group‘s elements (child items and groups) without having to open the Customization Form.
AllowRemoveSpecifies whether an item/group can be removed from the layout control to the Customization Form.
AutoAlignsDeprecated. This property exists for backward compatibility only. Use AlignHorz and AlignVert properties instead.
Automation protectedProvides access to layout item/group UI Automation and accessibility-related settings.
CaptionDeprecated. This property exists for backward compatibility only. Use the CaptionOptions.Text property instead.
CaptionForCustomizeFormReturns a layout element‘s caption displayed in the Customization Form.
CaptionOptionsContains a set of options for item/group caption customization.
ComObjectInherited from TComponent.
ComponentCountInherited from TComponent.
ComponentIndexInherited from TComponent.
ComponentsInherited from TComponent.
ComponentStateInherited from TComponent.
ComponentStyleInherited from TComponent.
ContainerSpecifies the container on which the layout element is placed.
DataProvides storage for user-defined data.
DefaultCaptionSpecifies the layout element’s default caption.
DesignInfoInherited from TComponent.
EnabledControls whether the layout element responds to mouse and keyboard events.
HeightSpecifies the layout element’s height, in pixels.
IndexSpecifies the layout element’s zero-based index within the Items list of its parent group.
IsRootSpecifies whether the layout element represents the root group.
IsUserDefined
IsUserRenamed
IsVertical protected
LayoutLookAndFeelAssociates the layout group or item with a dedicated look & feel storage component.
LookAndFeelDeprecated. This property exists for backward compatibility only. Use the LayoutLookAndFeel property instead.
NameInherited from TComponent.
ObserversInherited from TComponent.
OffsetsSpecifies the horizontal and vertical offsets of the layout element.
OwnerInherited from TComponent.
Padding protectedProvides access to the layout element’s padding settings.
ParentSpecifies the parent group of the layout element.
ShowCaptionDeprecated. This property exists for backward compatibility only. Use the CaptionOptions.Visible property instead.
SizeOptionsProvides access to the layout element’s size settings.
TagInherited from TComponent.
VCLComObjectInherited from TComponent.
VisibleSwitches the layout element’s visibility.
VisibleIndexSpecifies the zero-based index of the layout element in the parent group’s VisibleItems list.
WidthSpecifies the layout element’s width, in pixels.

See Also

TdxCustomLayoutItem Class

TdxCustomLayoutItem Members

dxLayoutContainer Unit