[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.SaveLayout

SaveLayout Method

SaveLayout(string)

Saves the grid's layout.

Declaration
public void SaveLayout(string filename)
Parameters
Type Name Description
string filename

File to contain the grid layout.

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 withDefaultValues)
Parameters
Type Name Description
string filename

File to contain the grid layout.

bool withDefaultValues

Specifies whether default values are serialized.

SaveLayout(Stream, bool)

Saves the grid's layout.

Declaration
public void SaveLayout(Stream stream, bool withDefaultValues)
Parameters
Type Name Description
Stream stream

The Stream to contain the grid layout.

bool withDefaultValues

Specifies whether default values are serialized.