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

TreeListSettingsBehavior.MaxPreviewTextLength Property

Specifies the maximum length of the preview text.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.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 text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MaxPreviewTextLength
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsBehavior .MaxPreviewTextLength
ASP.NET MVC Extensions MVCxTreeList
.SettingsBehavior .MaxPreviewTextLength
TreeListSettings
.SettingsBehavior .MaxPreviewTextLength
TreeListSettings<RowType>
.SettingsBehavior .MaxPreviewTextLength

Remarks

Use the MaxPreviewTextLength property to limit the length of the preview text that will be sent from the server side to the client side.

See Also