Skip to main content

VerticalGridSettings.SettingsText Property

Provides access to the VerticalGrid’s text settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxVerticalGridTextSettings SettingsText { get; }

Property Value

Type Description
ASPxVerticalGridTextSettings

A ASPxVerticalGridTextSettings object containing the VerticalGrid’s text settings.

See Also