Class
RowElement

Definition

Namespace:Telerik.WinControls.UI.Export.CSV

Assembly:TelerikData.dll

Syntax:

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

Inheritance: objectElementBaseRowElement

Implements: IElement

Inherited Members ElementBase.Render(StringBuilder)

Constructors

RowElement()

Declaration

cs-api-definition
public RowElement()

Properties

Cells

Declaration

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

Property Value

CellsCollection

ColumnDelimiter

Declaration

cs-api-definition
public string ColumnDelimiter { get; set; }

Property Value

string

InnerElements

This element cannot have inner elements. Use Cells property

Declaration

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

Property Value

IElementsCollection

Overrides ElementBase.InnerElements

RowDelimiter

Delimeter is added before the row. For the first row of the CSV file the delimeter must be set to null.

Declaration

cs-api-definition
public string RowDelimiter { get; set; }

Property Value

string

Methods

RenderChildElements(StringBuilder)

Declaration

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

Parameters

sb

StringBuilder

Overrides ElementBase.RenderChildElements(StringBuilder)