Gets or sets the text to render in an HTML caption element in a System.Web.UI.WebControls.Table control. This property is provided to make the control more accessible to users of Assistive Technology devices.
Documentation for this section has not yet been entered.
Use the Table.Caption property to specify the text to render in an HTML caption element in a System.Web.UI.WebControls.Table control. The text that you specify provides Assistive Technology devices with a description of the table that can be used to make the control more accessible.
Additional accessibility support for the System.Web.UI.WebControls.Table control is provided by the Table.CaptionAlign property. Use the Table.CaptionAlign property to specify the alignment of the HTML caption element in a System.Web.UI.WebControls.Table control.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.