Static
Readonly
HasTrue if the property has a value type that is derived from the container. For example, a column property that is a list of column values.
Static
Readonly
IsTrue if the property value is calculated or derived from the context.
Static
Readonly
IsTrue if the property value can be edited by the user, but false if the property requires a special editor.
Static
Readonly
IsTrue if the property takes multiple values (the value is an array).
Static
Readonly
IsTrue if the property shall be included in the analysis file.
Static
Readonly
IsTrue if the property shall be copied to objects derived from the container. For example, a column property that is propagated to a derived data view.
Static
Readonly
IsTrue if the property can be used in search expressions.
Static
Readonly
IsTrue if the data property is built-in.
Static
Readonly
IsTrue if the property is displayed in the data properties UI, but false is the property requires a special editor.
Static
Readonly
NoneThe empty set of attributes.
Determines whether one or more bit fields are set in the current instance.
An enumeration value.
true if the bit field or bit fields that are set in flag are also set in the current instance; otherwise, false.
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.
Perform And operation on enum values.
Rest
...rest: Enum[]The other enum values.
The result.
Perform Or operation on enum values.
Rest
...rest: Enum[]The other enum values.
The result.
Perform Xor operation on enum values.
Rest
...rest: Enum[]The other enum values.
The result.
Attributes for a Spotfire.Dxp.Data.DataProperty. Custom data properties should almost always use Spotfire.Dxp.Data.DataProperty.DefaultAttributes.
Since
2.0