ASPxGridView.SettingsText Property
In This Article
Provides access to the GridView’s text settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxGridViewTextSettings SettingsText { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#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