The DataColumnProperties type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetProperty | Gets the value of a named property. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasPropertyValue | Checks if the column has a value for a named property. | |
| Propagate(ImportContext) | Create a new collection of column properties where all the
properties that are defined in the DataPropertyRegistry
with the DataPropertyAttributesIsPropagated are forwarded.
| |
| Propagate(ImportContext, Boolean, IDataFormatter, DataType) | Create a new collection of column properties where all the
properties that are defined in the DataPropertyRegistry
with the DataPropertyAttributesIsPropagated are forwarded.
| |
| PropertyExists | Checks if a property with a given name exists.
| |
| SetCustomSortOrder |
Sets a custom sort order. The values in values must be of the same type
as the values in the column. Column values not present in values will
be sorted last.
| |
| SetProperty | Sets the value of a named property.
The property has to be defined in the DataPropertyRegistry and the value has to be of the
same type as defined in the registry.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetCustomSortOrder |
Tries to get the custom sort order of the column, if any.
|
See Also