Skip to main content
Tab

ASPxGridViewBehaviorSettings.MaxPreviewTextLength Property

Specifies the maximum length of the preview row text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(0)]
public int MaxPreviewTextLength { get; set; }

#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
.SettingsBehavior .MaxPreviewTextLength
GridViewProperties
.SettingsBehavior .MaxPreviewTextLength

#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