Back to Devexpress

TdxCustomLayoutControl.CustomizeFormTabbedView Property

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-507cc45e.md

latest1.3 KB
Original Source

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:

ValueMeaningExample
TrueThe Layout Tree View and Available Items panes are arranged into tabs. Dragging a layout element over pane tabs automatically switches panes.
FalseThe 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

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit