BaseDataList.Caption Property

Definition

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

C#
public virtual string Caption { get; set; }

Property Value

A string that represents the text to render in an HTML caption element in the control. The default value is an empty string ("").

Remarks

Use the Caption property to specify the text to render in an HTML caption element in the control. The text that you specify provides assistive technology devices with a description of the control.

To specify the alignment of the HTML caption element in the control, use the 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 LocalizableAttribute and Globalization and Localization.

Applies to

Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also