Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / CanSerializeXml Property


In This Topic
CanSerializeXml Property (GroupDataModel)
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 GroupDataModel
Dim value As Boolean
 
value = instance.CanSerializeXml
See Also