Back to Devexpress

GridViewSettings.Caption Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-7218c72c.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public string Caption { get; set; }
vb
Public Property Caption As String

Property Value

TypeDescription
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.

See Also

AccessibilityCompliant

SummaryText

Title

ShowTitlePanel

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace