Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskEditingControl Class / ShouldSerializeFormat Method


In This Topic
    ShouldSerializeFormat Method (GcCharMaskEditingControl)
    In This Topic
    Indicates whether the Format property should be persisted.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeFormat() As Boolean
    'Usage
     
    
    Dim instance As GcCharMaskEditingControl
    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