TermColumn Class |
Namespace: Colygon.MatchPoint.Taxonomy
[SerializableAttribute] public class TermColumn : BaseColumn
The TermColumn type exposes the following members.
Name | Description | |
---|---|---|
TermColumn | Initializes a new instance of the TermColumn class |
Name | Description | |
---|---|---|
AddConnectionDependencies |
This method allows implementing dependencies to other MatchPoint controls. The DataGrid Web Part will be
automatically refreshed if the value of a control within the DependencyCollection has changed.
(Inherited from BaseColumn.) | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Equals(BaseColumn) | (Inherited from BaseColumn.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (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.) | |
ToString | (Overrides BaseColumnToString.) | |
ToString(String) | (Inherited from BaseColumn.) |
Name | Description | |
---|---|---|
Caption | Specifies the caption for this column. (Inherited from BaseColumn.) | |
CellCssClass | Specifies a string which is set in the class-attribute of all td/th-elements of this column. (Inherited from BaseColumn.) | |
DataField | Specifies the name of the field from the data provider containing the term(s) to display. | |
Filterable | If enabled, the user is able to filter the grid with values from this column. | |
Id | Specifies a ID used to identify the column within the DataGrid configuration. (Inherited from BaseColumn.) | |
Sortable | If enabled, the user is able to sort the grid by this column. | |
Width | Specifies the width of the column. (Inherited from BaseColumn.) |