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