ClassRowElement
Class
Definition
Namespace:Telerik.WinControls.UI.Export.CSV
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class RowElement : ElementBase, IElement
Inheritance: objectElementBaseRowElement
Implements:
Inherited Members
Constructors
RowElement()
Declaration
cs-api-definition
public RowElement()
Properties
InnerElements
This element cannot have inner elements. Use Cells property
Declaration
cs-api-definition
public override IElementsCollection InnerElements { get; }
Property Value
Overrides
RowDelimiter
Delimeter is added before the row. For the first row of the CSV file the delimeter must be set to null.
Methods
RenderChildElements(StringBuilder)
Declaration
cs-api-definition
protected override void RenderChildElements(StringBuilder sb)
Parameters
sb
Overrides