C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / SaveLayout Method / SaveLayout(Stream) Method
Stream to save.

In This Topic
SaveLayout(Stream) Method
In This Topic
Saves control layout properties to the specified stream.
Syntax
'Declaration
 
Public Overloads Sub SaveLayout( _
   ByVal stream As System.IO.Stream _
) 
 

Parameters

stream
Stream to save.
See Also