Click or drag to resize
LayoutBuilder Class
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      KaxWebControl
        Kettic.AspNet.ControlsLayoutBuilder

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class LayoutBuilder : KaxWebControl

The LayoutBuilder type exposes the following members.

Constructors
  NameDescription
Public methodLayoutBuilder
creates a new instance of the LayoutBuilder class
Top
Methods
  NameDescription
Public methodEnsureLayoutXmlFileLoaded
Public methodGetLayoutTableHTML
Returns a Html Table version of current Layout.
Public methodGetLayoutXml
Returns a XmlDocument object based on the LayoutBuilderRow collection.
Public methodLoadLayoutXmlFile
Public methodLoadXmlDocument
Saves the
Public methodWriteLayoutXmlToFile
Saves the
Top
Properties
  NameDescription
Public propertyLayoutHeight
Gets or sets the height of the Layout.
Public propertyLayoutWidth
Gets or sets the width of the Layout.
Public propertyLayoutXmlDoc
Public propertyLayoutXmlFile
Gets or sets the xml file.
Public propertyRequireCellId
Gets or sets the value indicating whether every cell should has id.
Public propertyRowCollection
Public propertyTableHtml
Gets or sets the current table html source.
Public propertyTableHtmlXml
Gets a XmlDocument in which is loaded the TableHtml.
Top
See Also