Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / ShouldSerializeFormat Method


In This Topic
    ShouldSerializeFormat Method
    In This Topic
    Indicates whether the Format property should be persisted.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeFormat() As Boolean
    'Usage
     
    
    Dim instance As GcCharMask
    Dim value As Boolean
     
    value = instance.ShouldSerializeFormat()
    protected virtual bool ShouldSerializeFormat()

    Return Value

    true if the property value has changed from its default; otherwise, false.
    See Also