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

HyperLinkProperties.AllowEllipsisInText Property

Specifies if the hyper link editor can automatically truncate the text content if it don’t fit into the editor width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to automatically truncate text; otherwise, false.

Remarks

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

See Also