Back to Devexpress

ASPxVerticalGrid.SettingsText Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-2ac5c296.md

latest1.4 KB
Original Source

ASPxVerticalGrid.SettingsText Property

Provides access to the VerticalGrid’s text settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
ASPxVerticalGridTextSettings

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

|

Remarks

The ASPxGridTextSettings.Title property allows the text displayed in the ASPxVerticalGrid’s title panel to be specified.

See Also

Vertical Grid

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace