ASP.NET Pack Programmer's Guide
Slider.LoadFromXml Method (XmlDocument, Boolean)
See Also
 





Loads the control from an XML document.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public virtual void LoadFromXml (
    XmlDocument document,
    bool loadProperties = true
)

Visual Basic  Copy Code

Public Overridable Sub LoadFromXml( _
    document As XmlDocument, _
    Optional loadProperties As Boolean = True _
)

 Parameters

document

An XmlDocument instance that allows reading data from the XML document.

loadProperties
Optional.

Indicates whether the control's properties will be loaded.

 See Also

LoadFromXml Method Overload List
Slider Members
Slider Class
MindFusion.UI.WebForms Namespace