[]
Saves the grid's layout.
public void SaveLayout(string filename)
Public Sub SaveLayout(filename As String)
| Type | Name | Description |
|---|---|---|
| string | filename | File to contain the grid layout. |
Saves the grid's layout.
public void SaveLayout(Stream stream)
Public Sub SaveLayout(stream As Stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The Stream to contain the grid layout. |
Saves the grid's layout.
public void SaveLayout(string filename, bool withDefaultValues)
Public Sub SaveLayout(filename As String, withDefaultValues As Boolean)
| Type | Name | Description |
|---|---|---|
| string | filename | File to contain the grid layout. |
| bool | withDefaultValues | Specifies whether default values are serialized. |
Saves the grid's layout.
public void SaveLayout(Stream stream, bool withDefaultValues)
Public Sub SaveLayout(stream As Stream, withDefaultValues As Boolean)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The Stream to contain the grid layout. |
| bool | withDefaultValues | Specifies whether default values are serialized. |