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

TreeListSettingsBehavior.AllowEllipsisInText Property

Specifies if ASPxTreeList can automatically truncate the cell texts if they don’t fit into the cell width.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AllowEllipsisInText { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to automatically truncate text; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Set the AllowEllipsisInText property to true to automatically truncate cell texts if they don’t fit into the cell width. To indicate that the text is clipped, the control displays an ellipsis (‘…’).

See Also