Skip to main content
Tab

ASPxVerticalGrid.SettingsText Property

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