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

ASPxGridView.SettingsText Property

Provides access to the GridView’s text settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewTextSettings SettingsText { get; }

Property Value

Type Description
ASPxGridViewTextSettings

An ASPxGridViewTextSettings object that contains the control’s text settings.

Remarks

The ASPxGridTextSettings.Title and ASPxGridViewTextSettings.GroupPanel properties allow the text displayed within the ASPxGridView’s title and group panels to be specified.

See Also