ILayout
|
The ILayoutRow type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Add(ILayoutColumn) | Adds one or more Layout Columns, and append them to the end |
|
|
Add(ILayoutColumn, Int32) | Adds a new Column at the specified position |
|
|
Clear | Removes all child Layout Columns |
|
|
Format |
Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit) |
|
|
Remove(Int32) | Removes a child Layout Column place a the specified location |
|
|
Remove(String) | Removes a child Layout Column by its unique id |
|
|
Serialize |
Generates an XML element for this container
(Inherited from IContainer) |