Class
TableElement

Definition

Namespace:Telerik.WinControls.UI.Export.CSV

Assembly:TelerikData.dll

Syntax:

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

Inheritance: objectElementBaseTableElement

Implements: IElement

Inherited Members ElementBase.Render(StringBuilder)

Constructors

TableElement()

Declaration

cs-api-definition
public TableElement()

Properties

InnerElements

This element cannot have inner elements. Use Rows property

Declaration

cs-api-definition
public override IElementsCollection InnerElements { get; }

Property Value

IElementsCollection

Overrides ElementBase.InnerElements

Rows

Declaration

cs-api-definition
public RowsCollection Rows { get; }

Property Value

RowsCollection

Methods

RenderChildElements(StringBuilder)

Declaration

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

Parameters

sb

StringBuilder

Overrides ElementBase.RenderChildElements(StringBuilder)