Class CaptionElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Export.HTML
Assembly: TelerikData.dll
Syntax
public class CaptionElement : ElementBase, IElement
Constructors
CaptionElement()
Declaration
public CaptionElement()
CaptionElement(String)
Declaration
public CaptionElement(string text)
Parameters
System.String
text
|
Properties
EndTag
Declaration
protected override string EndTag { get; }
Property Value
System.String
|
Overrides
StartTag
Declaration
protected override string StartTag { get; }
Property Value
System.String
|
Overrides
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
RenderChildElements(StringBuilder)
Declaration
protected override void RenderChildElements(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|