Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / DateCalendarCellType Class / DeserializeEditor Method
XmlNodeReader from which to read the object


In This Topic
    DeserializeEditor Method (DateCalendarCellType)
    In This Topic
    Loads the editor from XML.
    Syntax
    'Declaration
     
    
    Protected Overrides Function DeserializeEditor( _
       ByVal r As XmlNodeReader _
    ) As Boolean
    'Usage
     
    
    Dim instance As DateCalendarCellType
    Dim r As XmlNodeReader
    Dim value As Boolean
     
    value = instance.DeserializeEditor(r)
    protected override bool DeserializeEditor( 
       XmlNodeReader r
    )

    Parameters

    r
    XmlNodeReader from which to read the object

    Return Value

    true if successful; false otherwise
    See Also