ASP.NET Pack Programmer's Guide
XmlSerializationContext.WriteItemStyle Method
See Also
 





Writes the specified ItemStyle object as an XML element with the specified name and the specified parent.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public XmlElement WriteItemStyle (
    ItemStyle style,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteItemStyle( _
    style As ItemStyle, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

style

Type: ItemStyle
The ItemStyle object to write.

elementName

The name of the new XML element.

parentElement

The parent of the new XML element.

 Return Value

The newly created XML element.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace