Spread Windows Forms 12.0 Product Documentation
Ellipsis Property (DefaultSubItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DefaultSubItemInfo Class : Ellipsis Property
Gets or sets whether to use an ellipsis when there is not enough space to draw the content.
Syntax
'Declaration
 
Public Property Ellipsis As Boolean
'Usage
 
Dim instance As DefaultSubItemInfo
Dim value As Boolean
 
instance.Ellipsis = value
 
value = instance.Ellipsis
public bool Ellipsis {get; set;}

Property Value

A bool value, true to use an ellipsis when there is not enough space to draw the content; otherwise, false.
See Also

Reference

DefaultSubItemInfo Class
DefaultSubItemInfo Members