Skip to main content
Tab

ASPxGridTextSettings Class

Provides text options for ASPxGridViews.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class ASPxGridTextSettings :
    ASPxGridTextSettingsBase

#Remarks

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

These options can be accessed via the ASPxGridView.SettingsText property.

#Implements

See Also