Search
TableNode.Column Members
Constructors Properties Methods
 


Represents a column of a TableNode.

The following tables list the members exposed by the TableNode.Column type.

 Public Constructors

  Name Description

TableNode.Column

Initializes a new instance of the TableNode.Column class.

 Public Properties

  Name Description

ColumnStyle

Gets or sets the manner in which column's width is set.

Width

Gets or sets the width of the table column.

 Public Methods

  Name Description

Clone

Creates a copy of this column.

 Protected Methods

  Name Description

LoadFromJson

Loads the column from a JSON object.

LoadFromXml

Loads the column properties from an XML element.

SaveToJson

Saves the column as a JSON object.

SaveToXml

Saves the column properties into an XML element.

 See Also