ASPxVerticalGrid.SettingsText Property
In This Article
Provides access to the VerticalGrid’s text settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ASPxVerticalGridTextSettings SettingsText { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
The ASPxGridTextSettings.Title property allows the text displayed in the ASPxVerticalGrid’s title panel to be specified.
See Also