Spread for ASP.NET 11 Product Documentation
SerializeExtenders Method


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AjaxComboBoxCellType Class : SerializeExtenders Method
XmlTextWriter object used to save the object
Saves the extenders to XML.
Syntax
'Declaration
 
Protected Overrides Function SerializeExtenders( _
   ByVal w As XmlTextWriter _
) As Boolean
'Usage
 
Dim instance As AjaxComboBoxCellType
Dim w As XmlTextWriter
Dim value As Boolean
 
value = instance.SerializeExtenders(w)
protected override bool SerializeExtenders( 
   XmlTextWriter w
)

Parameters

w
XmlTextWriter object used to save the object

Return Value

true if successful; false otherwise
See Also

Reference

AjaxComboBoxCellType Class
AjaxComboBoxCellType Members