Back to Devexpress

TdxCustomLayoutGroup.Hidden Property

vcl-dxlayoutcontainer-dot-tdxcustomlayoutgroup-a70c37d3.md

latest1.2 KB
Original Source

TdxCustomLayoutGroup.Hidden Property

Specifies whether the layout group is a hidden group.

Declaration

delphi
property Hidden: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

For hidden groups, this property returns True. We do not recommend that you manually switch the property value, so that the ExpressLayout Control will properly manage hidden groups.

The default value of the Hidden property is False.

See Also

TdxLayoutAutoCreatedGroup

TdxCustomLayoutGroup.PutChildrenIntoHiddenGroup

TdxCustomLayoutItem.PutIntoHiddenGroup

TdxCustomLayoutGroup Class

TdxCustomLayoutGroup Members

dxLayoutContainer Unit