TcxRadioButton.ShowEndEllipsis Property
Specifies whether to display an end ellipsis when the radio button control’s caption is clipped.
Declaration
property ShowEndEllipsis: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to display an end ellipsis when the caption is clipped.
The default value of the ShowEndEllipsis property is False.
See Also