Class ColumnElement
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 ColumnElement : ElementBase, IElement
Constructors
ColumnElement()
Declaration
public ColumnElement()
ColumnElement(Boolean)
Declaration
public ColumnElement(bool autoSize)
Parameters
System.Boolean
autoSize
|
ColumnElement(Int32)
Declaration
public ColumnElement(int width)
Parameters
System.Int32
width
|
ColumnElement(Int32, String)
Declaration
public ColumnElement(int width, string widthUnit)
Parameters
System.Int32
width
|
System.String
widthUnit
|
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
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
Methods
AppendAttributes(StringBuilder)
Declaration
protected override void AppendAttributes(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|