| LayoutBuilder Class |
Namespace: Kettic.AspNet.Controls
The LayoutBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| LayoutBuilder |
creates a new instance of the LayoutBuilder class
|
| Name | Description | |
|---|---|---|
| EnsureLayoutXmlFileLoaded | ||
| GetLayoutTableHTML |
Returns a Html Table version of current Layout.
| |
| GetLayoutXml |
Returns a XmlDocument object based on the LayoutBuilderRow collection.
| |
| LoadLayoutXmlFile | ||
| LoadXmlDocument |
Saves the
| |
| WriteLayoutXmlToFile |
Saves the
|
| Name | Description | |
|---|---|---|
| LayoutHeight |
Gets or sets the height of the Layout.
| |
| LayoutWidth |
Gets or sets the width of the Layout.
| |
| LayoutXmlDoc | ||
| LayoutXmlFile |
Gets or sets the xml file.
| |
| RequireCellId |
Gets or sets the value indicating whether every cell should has id.
| |
| RowCollection | ||
| TableHtml |
Gets or sets the current table html source.
| |
| TableHtmlXml |
Gets a XmlDocument in which is loaded the TableHtml.
|