Class
RowElement

Definition

Namespace:Telerik.WinControls.UI.Export.HTML

Assembly:TelerikData.dll

Syntax:

cs-api-definition
public class RowElement : ElementBase, IElement

Inheritance: objectElementBaseRowElement

Implements: IElement

Inherited Members ElementBase.SetStyles(IStyleValuesCollection)ElementBase.Render(StringBuilder)ElementBase.AttributesElementBase.Styles

Constructors

RowElement()

Declaration

cs-api-definition
public RowElement()

Properties

Alignment

Declaration

cs-api-definition
public ContentAlignment Alignment { get; set; }

Property Value

ContentAlignment

AlwaysApplyAlign

Declaration

cs-api-definition
public bool AlwaysApplyAlign { set; }

Property Value

bool

Cells

Declaration

cs-api-definition
public CellsCollection Cells { get; }

Property Value

CellsCollection

EndTag

Declaration

cs-api-definition
protected override string EndTag { get; }

Property Value

string

Overrides ElementBase.EndTag

StartTag

Declaration

cs-api-definition
protected override string StartTag { get; }

Property Value

string

Overrides ElementBase.StartTag

Methods

AppendAttributes(StringBuilder)

Declaration

cs-api-definition
protected override void AppendAttributes(StringBuilder sb)

Parameters

sb

StringBuilder

Overrides ElementBase.AppendAttributes(StringBuilder)

RenderChildElements(StringBuilder)

Declaration

cs-api-definition
protected override void RenderChildElements(StringBuilder sb)

Parameters

sb

StringBuilder

Overrides ElementBase.RenderChildElements(StringBuilder)