DataPropertyAttributes Enumeration

Spotfire 14.3 API Reference
Attributes for a DataProperty. Custom data properties should almost always use DefaultAttributes.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[FlagsAttribute]
[PersistenceVersionAttribute(2, 0)]
public enum DataPropertyAttributes
Members

  Member nameValueDescription
None0The empty set of attributes.
IsStandard1True if the data property is built-in.
IsPersistent2True if the property shall be included in the analysis file.
IsVisible4True if the property is displayed in the data properties UI, but false is the property requires a special editor.
IsEditable8True if the property value can be edited by the user, but false if the property requires a special editor.
IsListValued16True if the property takes multiple values (the value is an array).
IsCalculated32True if the property value is calculated or derived from the context.
IsPropagated64True 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.
HasInheritedType128True 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.
IsSearchable256True if the property can be used in search expressions.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference