Loads control layout properties with specified types from the file.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void LoadLayout(
	string filename,
	LayoutType layoutTypes
)
Visual Basic
Public Sub LoadLayout ( _
	filename As String, _
	layoutTypes As LayoutType _
)

Parameters

filename
Type: System..::..String
XML file to load.
layoutTypes
Type: LayoutType
Layout types to load.

See Also