Click or drag to resize

IContainer Interface


Represents a container that can hold other Display Units

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
public interface IContainer : IDisplayUnit

The IContainer type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalClassNames
Gets/sets additional CSS class names that will be applied to the container during publish
Public propertyBorder
Gets the box border properties
Public propertyMargin
Gets the box margin properties
Public propertyMinimumHeight
Gets/sets the minimum height in CSS for this container
Public propertyName
Gets the name of the container
Public propertyPadding
Gets the box padding properties
Public propertyWrapping
Gets/set the wrapping/break point option
Top
Methods
  NameDescription
Public methodFormat
Generates HTML markup, and appends to the specified html document
(Inherited from IDisplayUnit.)
Public methodCode exampleSerialize
Generates an XML element for this container
Top
See Also