ASPxGridView.SettingsText Property
Provides access to the GridView’s text settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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