TdxCustomLayoutGroup.Hidden Property
Specifies whether the layout group is a hidden group.
Declaration
property Hidden: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
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