Click or drag to resize

TermColumn Class

Provides functionality for displaying terms within a DataGridWebPart.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Taxonomy
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class TermColumn : BaseColumn

The TermColumn type exposes the following members.

Constructors
  NameDescription
Public methodTermColumn
Initializes a new instance of the TermColumn class
Top
Methods
  NameDescription
Public methodAddConnectionDependencies
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.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEquals(BaseColumn) (Inherited from BaseColumn.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides BaseColumnToString.)
Protected methodToString(String) (Inherited from BaseColumn.)
Top
Fields
  NameDescription
Public fieldCaption
Specifies the caption for this column.
(Inherited from BaseColumn.)
Public fieldCellCssClass
Specifies a string which is set in the class-attribute of all td/th-elements of this column.
(Inherited from BaseColumn.)
Public fieldDataField
Specifies the name of the field from the data provider containing the term(s) to display.
Public fieldFilterable
If enabled, the user is able to filter the grid with values from this column.
Public fieldId
Specifies a ID used to identify the column within the DataGrid configuration.
(Inherited from BaseColumn.)
Public fieldSortable
If enabled, the user is able to sort the grid by this column.
Public fieldWidth
Specifies the width of the column.
(Inherited from BaseColumn.)
Top
Remarks
This is a MatchPoint configuration class.
See Also