Skip to main content

TcxCustomLabelProperties.ShowEndEllipsis Property

Specifies whether a label control can show an ellipsis to mark a cropped caption.

Declaration

property ShowEndEllipsis: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True or False to show or hide an ellipsis when the content does not fit to the label boundaries. The ShowEndEllipsis property has no effect if the caption’s size does not exceed the label’s dimensions (if the AutoSize and/or WordWrap properties are True).

The default ShowEndEllipsis property value is False.

See Also