[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.SaveLayout

SaveLayout Method

SaveLayout(string)

Saves the grid's layout.

Declaration
public void SaveLayout(string filename)
Public Sub SaveLayout(filename As String)
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)
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 withDefaultValues)
Public Sub SaveLayout(filename As String, withDefaultValues As Boolean)
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)
Public Sub SaveLayout(stream As Stream, withDefaultValues As Boolean)
Parameters
Type Name Description
Stream stream

The Stream to contain the grid layout.

bool withDefaultValues

Specifies whether default values are serialized.