Reads a HeaderStyle object from the element with the specified name.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public HeaderStyle ReadHeaderStyle ( |
Visual Basic
![]() |
---|
Public Function ReadHeaderStyle( _ |
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: HeaderStyle
The HeaderStyle read; null if reading has failed.