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

ASPxVerticalGridTextSettings Class

Provides text options for ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxVerticalGridTextSettings :
    ASPxGridTextSettings

The following members return ASPxVerticalGridTextSettings objects:

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