Static
EqualsDetermines 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 column type of the column.
Gets or sets the value comparer of the column.
Gets or sets a more specific type of the data contained in a column of a certain DataType.
Gets or sets a textual description of the column.
Gets the defining expression of the column.
Gets or sets the external identifier of the column.
Gets or sets the external name of the column.
Gets or sets the value formatter of the column.
Gets a value indicating whether the column has valid values: true if the column has valid values; otherwise, false.
Gets or sets the name of the column.
Gets or sets the preferred aggregation method. If set to the name of an aggregation method, for instance "sum" or "avg", this method is used by plot heuristics when creating aggregated expressions from this column.
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.
Since
2.0