Ellipsis Property (ListHeader)
Gets or sets whether display the ellipsis character when the text beyond the width of the header.
public bool Ellipsis {get; set;}
'Declaration
Public Property Ellipsis As Boolean
'Usage
Dim instance As ListHeader
Dim value As Boolean
instance.Ellipsis = value
value = instance.Ellipsis
Property Value
A
bool that indicates whether display the ellipsis character when the text beyond the width of the header.