Spread for ASP.NET 8.0 Product Documentation
Deserialize Method (CalendarDropDownStyleInfo)


XmlNodeReader from which to load the object
The end element to finish reading.
Loads the CalendarDropDownStyleInfo object from XML.
Syntax
'Declaration
 
Public Sub Deserialize( _
   ByVal r As XmlNodeReader, _
   ByVal endElement As String _
) 
'Usage
 
Dim instance As CalendarDropDownStyleInfo
Dim r As XmlNodeReader
Dim endElement As String
 
instance.Deserialize(r, endElement)
public void Deserialize( 
   XmlNodeReader r,
   string endElement
)

Parameters

r
XmlNodeReader from which to load the object
endElement
The end element to finish reading.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalendarDropDownStyleInfo Class
CalendarDropDownStyleInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.