Skip to main content

TreeListSettingsBehavior.MaxPreviewTextLength Property

Specifies the maximum length of the preview text.

Namespace: DevExpress.Web.ASPxTreeList

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

Object Type Path to MaxPreviewTextLength
ASPxTreeList
.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