Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultGroupFooter Class / CanSerializeXml Property


In This Topic
    CanSerializeXml Property (DefaultGroupFooter)
    In This Topic
    Gets whether the entire object can be saved to XML and successfully loaded again.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanSerializeXml As Boolean
    'Usage
     
    
    Dim instance As DefaultGroupFooter
    Dim value As Boolean
     
    value = instance.CanSerializeXml
    public bool CanSerializeXml {get;}
    See Also