GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultSubItem Class
Properties Methods


DefaultSubItem Class Members

The following tables list the members exposed by DefaultSubItem.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DefaultSubItem class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a ContentAlignment value indicates the alignment of the content.  
Public PropertyGets or sets a bool value indicates whether use ellipsis when there isn't enough place to draw the content.  
Public PropertyGets or sets a Padding value indicates the distance between the content and the boundary of the SubItem.  
Public PropertyGets or sets a bool value indicates whether the content can be wrapped.  
Top
Public Methods
 NameDescription
Public MethodResets the ContentAlignment.  
Public MethodResets the Ellipsis.  
Public MethodResets the Padding.  
Public MethodResets the WordWrap.  
Top
Protected Methods
 NameDescription
Protected MethodShould serialize ContentAlignment.  
Protected MethodShould serialize Ellipsis.  
Protected MethodShould serialize Padding.  
Protected MethodShould serialize WordWrap.  
Top
See Also