Skip to main content
A newer version of this page is available. .

GridViewSettings.Caption Property

Gets or sets the text to render in an HTML caption element in a GridView.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A string value that specifies the text to render in an HTML caption element in a GridView.

Remarks

The Caption property is provided to make the GridView extension more accessible to users of assistive technology devices. This describes the GridView and makes the extension more accessible.

Caption

See Also