# FarPoint.Web.Spread.StyleInfo.CanSerializeXml

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_StyleInfo_CanSerializeXml_" data-uid="FarPoint.Web.Spread.StyleInfo.CanSerializeXml*">CanSerializeXml Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_StyleInfo_CanSerializeXml_" data-uid="FarPoint.Web.Spread.StyleInfo.CanSerializeXml*"></a>
<h4 id="FarPoint_Web_Spread_StyleInfo_CanSerializeXml" data-uid="FarPoint.Web.Spread.StyleInfo.CanSerializeXml">CanSerializeXml</h4>
<div class="markdown level1 summary"><p>Gets whether the object in its entirety can be rendered with XML without losing any information.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public virtual bool CanSerializeXml { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Overridable ReadOnly Property CanSerializeXml As Boolean</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ICanSerializeXml.CanSerializeXml.html#FarPoint_Web_Spread_Model_ICanSerializeXml_CanSerializeXml">ICanSerializeXml.CanSerializeXml</a></div>
<h5 id="FarPoint_Web_Spread_StyleInfo_CanSerializeXml_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>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.</p>
</div>
</div>
