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.Boolean
isHeaderCell
|
Properties
Alignment
Declaration
public ContentAlignment Alignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
AlwaysApplyAlign
Add align attributes even if they are equal to default ones (Middle|Left)
Declaration
public bool AlwaysApplyAlign { set; }
Property Value
System.Boolean
|
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
CellWhiteSpace
|
Colspan
Declaration
public int Colspan { get; set; }
Property Value
System.Int32
|
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.String
|
Overrides
EscapeHTMLChars
Gets or sets a value indicating if special HTML characters should be escaped.
Declaration
public bool EscapeHTMLChars { get; set; }
Property Value
System.Boolean
|
Rowspan
Declaration
public int Rowspan { get; set; }
Property Value
System.Int32
|
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.String
|
Overrides
Value
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|
Overrides
EscapeSpecialHTMLChars(CellElement)
Declaration
public static string EscapeSpecialHTMLChars(CellElement cell)
Parameters
CellElement
cell
|
Returns
System.String
|
RenderChildElements(StringBuilder)
Declaration
protected override void RenderChildElements(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|