FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / CanSerializeXml Property


In This Topic
CanSerializeXml Property (NamedStyle)
In This Topic
Gets whether the object in its entirety can be rendered with XML without losing any information.
Syntax
'Declaration
 
Public ReadOnly Property CanSerializeXml As Boolean
 
'Usage
 
Dim instance As NamedStyle
Dim value As Boolean
 
value = instance.CanSerializeXml
See Also