Class TableColumn
Represents a Table Column.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class TableColumn : XDLSSerializableBase, IEntityBase, IXDLSSerializable
Constructors
TableColumn(ITable)
Creates TableColumn object for specified table
Declaration
public TableColumn(ITable table)
Parameters
Type | Name | Description |
---|---|---|
ITable | table |
Properties
ColumnIndex
Gets index of column in owner table.
Declaration
protected int ColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
OwnerTable
Gets owner table.
Declaration
public ITable OwnerTable { get; }
Property Value
Type |
---|
ITable |
Width
Get/sets the width of the column.
Declaration
public float Width { get; set; }
Property Value
Type |
---|
System.Single |