'Declaration
Public Property Ellipsis As EllipsisMode
'Usage
Dim instance As GcTextBoxCellType Dim value As EllipsisMode instance.Ellipsis = value value = instance.Ellipsis
public EllipsisMode Ellipsis {get; set;}
Property Value
A EllipsisMode enumeration, None, means no ellipsis string is shown. EllipsisEnd means to trim the end of the string with the character. EllipsisPath, means to trim the center of the string with the character. EllipsisWord, means to trim the end of the string with the word.The default is EllipsisMode.None.