LoadLayout(Stream,LayoutType) Method | ComponentOne Pager for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendar Class / LoadLayout Method / LoadLayout(Stream,LayoutType) Method
The stream where the values of the layout properties will be loaded.
The layout types to load.

In This Topic
LoadLayout(Stream,LayoutType) Method
In This Topic
Loads the control layout properties with specified types from the stream.
Syntax
'Declaration
 
Public Overloads Sub LoadLayout( _
   ByVal stream As System.IO.Stream, _
   ByVal layoutTypes As LayoutType _
) 
 

Parameters

stream
The stream where the values of the layout properties will be loaded.
layoutTypes
The layout types to load.
See Also