ASP.NET Pack Programmer's Guide
DropDownItem.SaveToXml Method
See Also
 





Saves the control to the underlying document under the specified name.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

protected void SaveToXml (
    XmlDocument document,
    XmlElement element,
    XmlPersistContext context
)

Visual Basic  Copy Code

Protected Sub SaveToXml( _
    document As XmlDocument, _
    element As XmlElement, _
    context As XmlPersistContext _
)

 Parameters

document

Type: XmlDocument
An XmlDocument object that allows adding data to the XML document.

element

Type: XmlElement
An XmlElement containing the item's data.

context

Type: XmlPersistContext
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also

DropDownItem Members
DropDownItem Class
MindFusion.UI.WebForms Namespace