Back to Devexpress

ASPxGridView.SettingsText Property

aspnet-devexpress-dot-web-dot-aspxgridview-21233a02.md

latest1.5 KB
Original Source

ASPxGridView.SettingsText Property

Provides access to the GridView’s text settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxGridViewTextSettings SettingsText { get; }
vb
Public ReadOnly Property SettingsText As ASPxGridViewTextSettings

Property Value

TypeDescription
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

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace