Reads a ItemStyle object from the element with the specified name.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public ItemStyle ReadItemStyle ( |
Visual Basic
![]() |
---|
Public Function ReadItemStyle( _ |
Type: String
A string that specifies the element to read.
Type: XmlElement
An instance of the System.Xml.XmlElement class that specifies the parent element.
Type: ItemStyle
The ItemStyle read; null if reading has failed.