Class
DataElement

Definition

Namespace:Telerik.WinControls.UI.Export.ExcelML

Assembly:TelerikData.dll

Syntax:

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

Inheritance: objectElementBaseDataElement

Implements: IElement

Inherited Members ElementBase.Render(StringBuilder)ElementBase.DeepCopy()ElementBase.Attributes

Constructors

DataElement()

Declaration

cs-api-definition
public DataElement()

DataElement(DataTypeConvertor, object)

Declaration

cs-api-definition
public DataElement(DataTypeConvertor typeConvertor, object dataItem)

Parameters

typeConvertor

DataTypeConvertor

dataItem

object

DataElement(object)

Declaration

cs-api-definition
public DataElement(object dataItem)

Parameters

dataItem

object

Properties

DataItem

Get or Set data item (use to specify the cell value).

Declaration

cs-api-definition
public object DataItem { get; set; }

Property Value

object

DataType

Get or Set data type.

Declaration

cs-api-definition
public DataType DataType { get; set; }

Property Value

DataType

EndTag

Gets the end tag for this element.

Declaration

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

Property Value

string

Overrides ElementBase.EndTag

EscapeStrings

Gets or sets a value indicating whether strings will be escaped.

Declaration

cs-api-definition
public bool EscapeStrings { get; set; }

Property Value

bool

InnerElements

Gets the inner elements.

Declaration

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

Property Value

IElementsCollection

Overrides ElementBase.InnerElements

StartTag

Gets the start tag for this element.

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)