Back to Devexpress

ASPxGridViewTextSettings Class

aspnet-devexpress-dot-web-2d5d3d96.md

latest2.1 KB
Original Source

ASPxGridViewTextSettings Class

Provides text options for ASPxGridViews.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewTextSettings :
    ASPxGridTextSettings
vb
Public Class ASPxGridViewTextSettings
    Inherits ASPxGridTextSettings

The following members return ASPxGridViewTextSettings objects:

Remarks

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

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridTextSettingsBase ASPxGridTextSettings ASPxGridViewTextSettings BootstrapGridViewTextSettings

MVCxGridViewTextSettings

See Also

ASPxGridViewTextSettings Members

SettingsText

Grid View

DevExpress.Web Namespace