The TableColumnDefinition type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TableColumnDefinition()()()() |
Initialize a new instance of the Column class.
| |
| TableColumnDefinition(Unit) |
Creates a new instance of the TableColumnDefinition class with the given settings.
| |
| TableColumnDefinition(Unit, Boolean, Boolean) |
Creates a new instance of the TableColumnDefinition class with the given settings.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| FitToContent |
Get or set if the width of the cell/column has to grow with the content.
| |
| Fixed |
Get or set if the width of the cell/column is fixed.
| |
| PreferredWidth |
Get or set the preferred width for all cells in this column.
|