ASPxGridBehaviorSettings.AllowEllipsisInText Property
Specifies whether the control can automatically truncate the cell texts if they don’t fit into the cell width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v21.2.dll
Declaration
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:
Show 16 property paths
Library | Object Type | Path to AllowEllipsisInText |
---|---|---|
ASP.NET Bootstrap Controls | BootstrapCardView |
|
BootstrapGridView |
|
|
ASP.NET MVC Extensions | CardViewSettings |
|
CardViewSettings<CardType> |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxCardView |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxVerticalGrid |
|
|
VerticalGridSettings |
|
|
VerticalGridSettings<ColumnType> |
|