Skip to main content
Tab

ASPxGridView.SettingsText Property

Provides access to the GridView’s text settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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