Attributes for a DataProperty.
Custom data properties should almost always use DefaultAttributes.
Namespace: Spotfire.Dxp.DataAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | The empty set of attributes. | |
IsStandard | 1 | True if the data property is built-in. | |
IsPersistent | 2 | True if the property shall be included in the analysis file. | |
IsVisible | 4 | True if the property is displayed in the data properties UI, but false is the property requires a special editor. | |
IsEditable | 8 | True if the property value can be edited by the user, but false if the property requires a special editor. | |
IsListValued | 16 | True if the property takes multiple values (the value is an array). | |
IsCalculated | 32 | True if the property value is calculated or derived from the context. | |
IsPropagated | 64 | True 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. | |
HasInheritedType | 128 | True 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. | |
IsSearchable | 256 | True if the property can be used in search expressions. |
Version Information
See Also