Table of Contents

Class VerticalPanel

Namespace
Sage.CRM.UI
Assembly
SageCRMNet.dll

Render the content objects in one single vertical column.

public class VerticalPanel : Panel, IList<UIObject>, ICollection<UIObject>, IEnumerable<UIObject>, IEnumerable
Inheritance
VerticalPanel
Implements
Inherited Members

Constructors

VerticalPanel()

Initializes a new instance of VerticalPanel.

public VerticalPanel()

VerticalPanel(params UIObject[])

Initializes a new instance of VerticalPanel.

public VerticalPanel(params UIObject[] items)

Parameters

items UIObject[]

Array of UIObject to be added to the VerticalPanel.

Methods

HtmlBody()

Returns the HTMLBody of the VerticalPanel.

protected override string HtmlBody()

Returns

string

HTMLBody string.