MindFusion.UI for WebForms Programmer's Guide

Accordion.LoadFromXml Method (String)

See Also
 





Loads the control from an XML file.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String _
)

 Parameters

fileName

Type: String
The name of the file from which to load the control.

 See Also