Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomLayoutControl.CustomizeFormTabbedView Property

Specifies how the Layout Tree View and Available Items panes are arranged in the Customization Form.

#Declaration

Delphi
property CustomizeFormTabbedView: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

Values include:

Value Meaning Example
True The Layout Tree View and Available Items panes are arranged into tabs. Dragging a layout element over pane tabs automatically switches panes.
False The Layout Tree View and Available Items panes are horizontally arranged, side-by-side, with a vertical splitter positioned in between. Users can drag the splitter to quickly adjust the width of these panes.
See Also