The TableColumn type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
Properties
Name | Description | |
---|---|---|
DataColumn |
Gets the DataColumn associated with this object. This property is null for virtual columns.
| |
Name |
The name of the column.
| |
ValueRendererSettings |
Gets or sets the column's value renderer model/settings.
| |
Width |
Gets or sets the width.
| |
VirtualColumn |
Gets the VirtualColumn associated with this object.
This property is null if this table column is based on a DataColumn.
|
See Also