ILayoutRow Interface | 
          
Namespace: Ingeniux.CMS.Presentation
The ILayoutRow type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalClassNames | 
            Gets/sets additional CSS class names that will be applied to the container during publish
              (Inherited from IContainer.) | |
| Border | 
            Gets the box border properties
              (Inherited from IContainer.) | |
| Columns | 
            Gets all the child Columns this row contains
              | |
| Margin | 
            Gets the box margin properties
              (Inherited from IContainer.) | |
| MinimumHeight | 
            Gets/sets the minimum height in CSS for this container
              (Inherited from IContainer.) | |
| Name | 
            Gets the name of the container
              (Inherited from IContainer.) | |
| Padding | 
            Gets the box padding properties
              (Inherited from IContainer.) | |
| Wrapping | 
            Gets/set the wrapping/break point option
              (Inherited from IContainer.) | 
| 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.) | 
| Name | Description | |
|---|---|---|
| ContentUnitAdded | 
            This event is fired when a new Content Unit Instance is placed
            within a Layout Column  (Inherited from IContentUnitInstanceEvents.) | |
| ContentUnitRemoving | 
            This event is fired when a Content Unit Instance is being removed when
            its parent Layout Column  (Inherited from IContentUnitInstanceEvents.) | |
| DisplayUnitUpdated | 
            This events is fired when any Display Unit is updated within a 
            Presentation  (Inherited from IContentUnitInstanceEvents.) |