Spread Windows Forms 12.0 Product Documentation
CanSerializeXml Property (GroupDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > GroupDataModel Class : CanSerializeXml Property
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 GroupDataModel
Dim value As Boolean
 
value = instance.CanSerializeXml
public bool CanSerializeXml {get;}

Property Value

Boolean: true if entire object can be serialized; false otherwise
See Also

Reference

GroupDataModel Class
GroupDataModel Members