TdxTileControlGroup.Visible Property
In This Article
Specifies the tile group’s visibility.
#Declaration
Delphi
property Visible: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False or True to hide or display the tile group in the tile or tile bar control.
The default value of the Visible property is True.
See Also