Back to Devexpress

ASPxGridViewBehaviorSettings.MaxPreviewTextLength Property

aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-ef1729c5.md

latest1.9 KB
Original Source

ASPxGridViewBehaviorSettings.MaxPreviewTextLength Property

Specifies the maximum length of the preview row text.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(0)]
public int MaxPreviewTextLength { get; set; }
vb
<DefaultValue(0)>
Public Property MaxPreviewTextLength As Integer

Property Value

TypeDefaultDescription
Int320

An integer value specifying the maximum length of the preview row text.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

ASPxGridViewBehaviorSettings Class

ASPxGridViewBehaviorSettings Members

DevExpress.Web Namespace