TcxGridLayoutItem Properties
A Layout View‘s layout item.Name | Description |
---|---|
ActuallyVisible | Identifies if an item/group is currently visible. Inherited from TdxCustomLayoutItem. |
AlignHorz | Specifies the horizontal alignment of an item/group within its parent group. Inherited from TdxCustomLayoutItem. |
AlignmentConstraint | Specifies alignment constraints for an item/group. Inherited from TdxCustomLayoutItem. |
AlignVert | Specifies the vertical alignment of an item/group within its parent group. Inherited from TdxCustomLayoutItem. |
AllowFloating protected | Inherited from TdxCustomLayoutItem. |
AllowQuickCustomize protected | Specifies whether end-users can drag and drop a layout group‘s elements (child items and groups) without having to open the Customization Form. Inherited from TdxCustomLayoutItem. |
AllowRemove | Specifies whether an item/group can be removed from the layout control to the Customization Form. Inherited from TdxCustomLayoutItem. |
AutoAligns | Specifies whether horizontal and/or vertical alignment is set automatically for a given item or group. Inherited from TdxCustomLayoutItem. |
Caption | Specifies the caption of an item/group. Inherited from TdxCustomLayoutItem. |
CaptionForCustomizeForm | Returns a layout element‘s caption displayed in the Customization Form. Inherited from TdxCustomLayoutItem. |
CaptionOptions | Specifies the layout item’s caption settings. |
ComObject | Inherited from TComponent. |
ComponentCount | Inherited from TComponent. |
ComponentIndex | Inherited from TComponent. |
Components | Inherited from TComponent. |
ComponentState | Inherited from TComponent. |
ComponentStyle | Inherited from TComponent. |
Container | Provides access to the View’s layout container in which the layout item resides. |
Control protected | Inherited from TdxLayoutControlItem. |
ControlOptions protected | Contains a set of options for associated control customization. Inherited from TdxLayoutControlItem. |
Data | Provides storage for user-defined data. Inherited from TdxCustomLayoutItem. |
DefaultCaption | Specifies the layout element’s default caption. Inherited from TdxCustomLayoutItem. |
DesignInfo | Inherited from TComponent. |
Enabled | Controls whether the layout element responds to mouse and keyboard events. Inherited from TdxCustomLayoutItem. |
GridViewItem | Inherited from TcxGridBaseLayoutItem. |
Height | Specifies the layout element’s height, in pixels. Inherited from TdxCustomLayoutItem. |
Index | Specifies the layout element’s zero-based index within the Items list of its parent group. Inherited from TdxCustomLayoutItem. |
IsRoot | Specifies whether the layout element represents the root group. Inherited from TdxCustomLayoutItem. |
IsUserDefined | Inherited from TdxCustomLayoutItem. |
IsUserRenamed | Inherited from TdxCustomLayoutItem. |
IsVertical protected | Inherited from TdxCustomLayoutItem. |
LayoutLookAndFeel | Specifies the look & feel style applied to the layout element. Inherited from TdxCustomLayoutItem. |
LookAndFeel | Specifies ExpressLayout Control drawing style for the layout element. Inherited from TdxCustomLayoutItem. |
Name | Inherited from TComponent. |
Observers | Inherited from TComponent. |
Offsets | Specifies the horizontal and vertical offsets of the layout element. Inherited from TdxCustomLayoutItem. |
OriginalControlSize | Defines the original size of a control before it was associated with an item. Inherited from TdxLayoutControlItem. |
Owner | Inherited from TComponent. |
Padding | Provides access to the layout element’s padding settings. Inherited from TdxCustomLayoutItem. |
Parent | Specifies the parent group of the layout element. Inherited from TdxCustomLayoutItem. |
ShowCaption | Specifies whether to display the caption region of the layout element. Inherited from TdxCustomLayoutItem. |
SizeOptions | Provides access to the layout element’s size settings. Inherited from TdxCustomLayoutItem. |
Tag | Inherited from TComponent. |
VCLComObject | Inherited from TComponent. |
ViewInfo | Provides access to the ViewInfo object that contains information on how to draw layout items. |
Visible | Switches the layout element’s visibility. Inherited from TdxCustomLayoutItem. |
VisibleIndex | Specifies the zero-based index of the layout element in the parent group’s VisibleItems list. Inherited from TdxCustomLayoutItem. |
Width | Specifies the layout element’s width, in pixels. Inherited from TdxCustomLayoutItem. |
See Also