[]
        
(Showing Draft Content)

C1.Win.List.C1Combo.SaveLayout

SaveLayout Method

SaveLayout(Stream)

Saves the grid's layout.

Declaration
public void SaveLayout(Stream stream)
Public Sub SaveLayout(stream As Stream)
Parameters
Type Name Description
Stream stream

The Stream to contain the grid layout.

SaveLayout(string, bool)

Saves the grid's layout.

Declaration
public void SaveLayout(string filename, bool defaultValues)
Public Sub SaveLayout(filename As String, defaultValues As Boolean)
Parameters
Type Name Description
string filename

File to contain the grid layout.

bool defaultValues

Indicating whether all the values are to be persistent.

SaveLayout(Stream, bool)

Saves the grid's layout.

Declaration
public void SaveLayout(Stream stream, bool defaultValues)
Public Sub SaveLayout(stream As Stream, defaultValues As Boolean)
Parameters
Type Name Description
Stream stream

The Stream to contain the grid layout.

bool defaultValues

Indicating whether all the values are to be persistent.