Skip to main content
Tab

ASPxVerticalGridTextSettings Class

Provides text options for ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxVerticalGridTextSettings :
    ASPxGridTextSettings

The following members return ASPxVerticalGridTextSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxVerticalGrid.SettingsText
ASP.NET MVC Extensions VerticalGridSettings.SettingsText

Remarks

The ASPxVerticalGridTextSettings class provides a set of properties that allow the text displayed within various grid elements to be specified.

These options can be accessed using the ASPxVerticalGrid.SettingsText property.

Implements

See Also