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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowEllipsisInText |
---|---|
ASPxTreeList |
|
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