Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGrid.SettingsText Property

Provides access to the VerticalGrid’s text settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxVerticalGridTextSettings SettingsText { get; }

Property Value

Type Description
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