ASPxGridViewBehaviorSettings.MaxPreviewTextLength Property
Specifies the maximum length of the preview row text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Int32 | 0 | An integer value specifying the maximum length of the preview row text. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to MaxPreviewTextLength |
|---|---|
| ASPxGridView |
|
| GridViewProperties |
|
Remarks
Use the MaxPreviewTextLength property to limit the length of the preview row text that will be sent from the server side to the client side.
See Also