System.Web.UI.WebControls.GridView.Caption Property

Gets or sets the text to render in an HTML caption element in a System.Web.UI.WebControls.GridView control. This property is provided to make the control more accessible to users of assistive technology devices.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue("")]
public virtual string Caption { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the GridView.Caption property to specify the text to render in an HTML caption element in a System.Web.UI.WebControls.GridView 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. You can also specify the position at which to render the HTML caption element by using the GridView.CaptionAlign property.

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0