Skip to main content

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.v23.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:

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