ASPxGridViewBehaviorSettings.MaxPreviewTextLength Property
In This Article
Specifies the maximum length of the preview row text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 Max |
---|---|
ASPx |
|
Grid |
|
#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