Class CellElement
Inherited Members
Namespace: Telerik.WinControls.UI.Export.HTML
Assembly: TelerikData.dll
Syntax
public class CellElement : ElementBase, IElement
Constructors
CellElement()
Declaration
public CellElement()
CellElement(Boolean)
Declaration
public CellElement(bool isHeaderCell)
Parameters
System.
|
Properties
Alignment
Declaration
public ContentAlignment Alignment { get; set; }
Property Value
System.
|
AlwaysApplyAlign
Add align attributes even if they are equal to default ones (Middle|Left)
Declaration
public bool AlwaysApplyAlign { set; }
Property Value
System.
|
CellWhiteSpace
Gets or sets a value indicating how the white spaces in the cell will be handled.
Declaration
public CellWhiteSpace CellWhiteSpace { get; set; }
Property Value
Colspan
Declaration
public int Colspan { get; set; }
Property Value
System.
|
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.
|
Overrides
EscapeHTMLChars
Gets or sets a value indicating if special HTML characters should be escaped.
Declaration
public bool EscapeHTMLChars { get; set; }
Property Value
System.
|
Rowspan
Declaration
public int Rowspan { get; set; }
Property Value
System.
|
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.
|
Overrides
Value
Declaration
public string Value { get; set; }
Property Value
System.
|
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.
|
Overrides
EscapeSpecialHTMLChars(CellElement)
Declaration
public static string EscapeSpecialHTMLChars(CellElement cell)
Parameters
Cell
|
Returns
System.
|
RenderChildElements(StringBuilder)
Declaration
protected override void RenderChildElements(StringBuilder sb)
Parameters
System.
|