Spread for ASP.NET 12 Product Documentation
CanSerializeXml Property (StyleInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class : CanSerializeXml Property
Gets whether the object in its entirety can be rendered with XML without losing any information.
Syntax
'Declaration
 
Public Overridable ReadOnly Property CanSerializeXml As Boolean
'Usage
 
Dim instance As StyleInfo
Dim value As Boolean
 
value = instance.CanSerializeXml
public virtual bool CanSerializeXml {get;}
Remarks
The value indicates whether the editor, renderer, formatter, or cell type in the style does not support the ISerializeSupport interface and thus cannot be persisted in XML.
See Also

Reference

StyleInfo Class
StyleInfo Members