[]
        
(Showing Draft Content)

C1.Win.C1List.C1Combo.SaveLayout

SaveLayout Method

SaveLayout(Stream)

Saves the grid's layout.

Declaration
public void SaveLayout(Stream 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)
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)
Parameters
Type Name Description
Stream stream

The Stream to contain the grid layout.

bool defaultValues

Indicating whether all the values are to be persistent.