LabelProperties.AllowEllipsisInText Property
Specifies if the label editor can automatically truncate the text content if it doesn’t fit into the editor width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
Set the AllowEllipsisInText property to true
to automatically truncate editor text if it doesn’t fit into the editor width. To indicate that the text is clipped, the control displays an ellipsis (‘…’).
See Also