TdxTileControlGroup.Enabled Property
Specifies if the tile group is enabled.
Declaration
property Enabled: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False or True to disable or enable the tile group and all tile items within it. End-users cannot interact with disabled tile groups except for rearranging them within the control’s layout, provided that the tile/tile bar‘s OptionsBehavior.GroupMoving property is set to True.
The default value of the Enabled property is True.
See Also