Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewBehaviorSettings.MaxPreviewTextLength Property

Specifies the maximum length of the preview row text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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:

Library Object Type Path to MaxPreviewTextLength
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsBehavior.MaxPreviewTextLength
GridViewProperties
.SettingsBehavior.MaxPreviewTextLength
GridViewSettings
.SettingsBehavior.MaxPreviewTextLength
GridViewSettings<RowType>
.SettingsBehavior.MaxPreviewTextLength
MVCxGridView
.SettingsBehavior.MaxPreviewTextLength
MVCxGridViewProperties
.SettingsBehavior.MaxPreviewTextLength
ASP.NET Bootstrap Controls BootstrapGridView
.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