Back to Devexpress

TdxTileControlGroup.Enabled Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolgroup-05867bec.md

latest1.2 KB
Original Source

TdxTileControlGroup.Enabled Property

Specifies if the tile group is enabled.

Declaration

delphi
property Enabled: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TdxTileControlItem.Enabled

TdxTileControlGroup Class

TdxTileControlGroup Members

dxCustomTileControl Unit