Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the derived expression of the column. The calculated expression is the expression text after preprocessing the original expression (Spotfire.Dxp.Data.DataColumnProperties.Expression).
Gets or sets the external name of the column.
The external name is the name that the column originally had in the original Spotfire.Dxp.Data.DataSource.
Gets or sets the value formatter of the column.
The Spotfire.Dxp.Data.Formatters.IDataFormatter return is read-only. If modifications to the formatter's properties are required then first clone the formatter and then set the new formatter.
Gets an enumeration of the names of all the properties in the column.
Gets the value of a named property. Binary data properties are returned as UInt8Array.
The property name.
The value of the property.
Checks if a property with a given name exists.
The name of the property.
true if the property exists; otherwise, false.
Sets the value of a named property. Setting a binary data property expects the value to be an UInt8Array.
The property name.
The value to set.
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.
The values in their custom order.
Tries to get the custom sort order of the column, if any.
The sort order.
True if the column has a custom sort order; otherwise false.
Represents a collection of the properties in a column.
Remark
This collection can be retrieved from a Spotfire.Dxp.Data.IDataColumn, Spotfire.Dxp.Data.DataColumn or Spotfire.Dxp.Data.DataRowReaderColumn.
Since
2.0