Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

CalendarDropDownStyleInfo Class
CalendarDropDownStyleInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.