Back to Devexpress

ASPxGridView.Caption Property

aspnet-devexpress-dot-web-dot-aspxgridview-cd28a25b.md

latest1.7 KB
Original Source

ASPxGridView.Caption Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string Caption { get; set; }
vb
<DefaultValue("")>
Public Property Caption As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

Remarks

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

See Also

AccessibilityCompliant

SummaryText

Title

ShowTitlePanel

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace