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

ASPxGridTextSettings.Title Property

Gets or sets the text displayed within the ASPxGridView’s Title Panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string Title { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the ASPxGridView’s title.

Property Paths

You can access this nested property as listed below:

See Also