ClassTableElement
Class
Definition
Namespace:Telerik.WinControls.UI.Export.CSV
Assembly:TelerikData.dll
Syntax:
cs-api-definition
public class TableElement : ElementBase, IElement
Inheritance: objectElementBaseTableElement
Implements:
Inherited Members
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
Overrides
Methods
RenderChildElements(StringBuilder)
Declaration
cs-api-definition
protected override void RenderChildElements(StringBuilder sb)
Parameters
sb
Overrides