TcxCustomGridTableItemOptions.ShowCaption Property
In This Article
Specifies if the View displays the item’s caption.
#Declaration
Delphi
property ShowCaption: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to hide the caption.
The default value of the ShowCaption property is True.
See Also