Prop Webcontrol Table Caption
# ASP.NET Caption Property
* * Table Control](#)
* * *
## Definition and Usage
The Caption property is used to get or set the text displayed as a caption for the Table control.
## Syntax
_Some Content_
| Property | Description |
| --- | --- |
| string | The text to display as the table caption. |
* * *
## Example
The following example sets the Caption for a Table control:
Hello!
[Demo Example Β»](#)
* * Table Control](#)
YouTip