MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext.ReadItemStyle Method
See Also
 





Reads a ItemStyle object from the element with the specified name.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public ItemStyle ReadItemStyle (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

elementName

Type: String
A string that specifies the element to read.

parentElement

Type: XmlElement
An instance of the System.Xml.XmlElement class that specifies the parent element.

 Return Value

Type: ItemStyle
The ItemStyle read; null if reading has failed.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace