Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / ShouldSerializeBackColor Method


In This Topic
    ShouldSerializeBackColor Method (ListItemInfo)
    In This Topic
    Specifies whether the backcolor should be serialized.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeBackColor() As Boolean
    'Usage
     
    
    Dim instance As ListItemInfo
    Dim value As Boolean
     
    value = instance.ShouldSerializeBackColor()
    protected bool ShouldSerializeBackColor()
    See Also