PreferenceObjectT Properties

Spotfire 14.3 API Reference

The PreferenceObjectT generic type exposes the following members.

Properties

  NameDescription
Public propertyId
Gets the Identifier for this preference object.
Public propertyIsApplicationDefault
Gets if this object is the default object defined for the class.
Public propertyIsDefault
Gets if this is the default object for the class at group level.
Public propertyIsReadOnly
Gets whether or not this object is read only, that is, if its value can be changed by the user.
Public propertyValue
Gets or sets the value for this preference object. If the object is read only, a NotSupportedException will be thrown if trying to set the value. When the value is set the ValueChanged event will be fired.
Top
See Also

Reference