[]
Saves the grid's layout.
public void SaveLayout(string filename)
| Type | Name | Description |
|---|---|---|
| string | filename | File to contain the grid layout. |
Saves the grid's layout.
public void SaveLayout(Stream 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)
| 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)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The Stream to contain the grid layout. |
| bool | withDefaultValues | Specifies whether default values are serialized. |