Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CalendarDropDownStyleInfo Class / Deserialize Method
XmlNodeReader from which to load the object
The end element to finish reading.


In This Topic
    Deserialize Method (CalendarDropDownStyleInfo)
    In This Topic
    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.
    See Also