LoadLayout(String) Method | ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / LoadLayout Method / LoadLayout(String) Method
The file where the values of layout properties will be loaded.

In This Topic
LoadLayout(String) Method
In This Topic
Loads control layout properties from the file.
Syntax
'Declaration
 
Public Overloads Sub LoadLayout( _
   ByVal filename As System.String _
) 
 

Parameters

filename
The file where the values of layout properties will be loaded.
See Also