Spread Windows Forms 12.0 Product Documentation
Ellipsis Property (ListHeaderInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListHeaderInfo Class : Ellipsis Property
Gets or sets whether to display the ellipsis character when the text is beyond the width of the header.
Syntax
'Declaration
 
Public Property Ellipsis As Boolean
'Usage
 
Dim instance As ListHeaderInfo
Dim value As Boolean
 
instance.Ellipsis = value
 
value = instance.Ellipsis
public bool Ellipsis {get; set;}

Property Value

A bool that indicates whether to display the ellipsis character when the text is beyond the width of the header.
See Also

Reference

ListHeaderInfo Class
ListHeaderInfo Members