Click or drag to resize

CustomProperty Properties

The CustomProperty type exposes the following members.

Properties
 NameDescription
Public propertyAllowedAccess Returns the allowed access for external IO on this item.
(Inherited from BindableItem)
Public propertyAutoGeneratedThis custom property is generated and shouldn't be deleted by the user.
Public propertyBindingInterface Gets/sets if the bindable item has a declared binding interface. Normally, aspects manage the BAPI themselves.
(Inherited from BindableItem)
Public propertyCategoryThe category for the custom property (Defaults to CustomProperty.DefaultCategory).
Public propertyDefaultAccess Returns the default access for external IO on this item.
(Inherited from BindableItem)
Public propertyDescriptionThe description of the custom property.
Public propertyExportProperty Mark a bindable item for FMU / multi-model export.
(Inherited from BindableItem)
Public propertyExpression Returns the full expression of the item. Includes the full name of the associated visual and the binding name.
(Inherited from BindableItem)
Public propertyHasBindingInterface Returns true if the bindable item has a declared binding interface.
(Inherited from BindableItem)
Public propertyHiddenWhether the custom property is hidden in the user interface or not.
Public propertyInitialExpressionGets or sets an expression for the initial value of this custom property.
Public propertyIOControl Gets or sets a property to control how individual updates to this item are presented externally.
(Inherited from BindableItem)
Public propertyIsBindingInterface Declares a bindable item as part of the binding interface for a component. Yes: Bindable item is definitely part of the API. Maybe: Bindable item may be part of the API. No: Bindable item is definitely not part of the API.
(Inherited from BindableItem)
Public propertyIsBound Returns true if this item is bound to a server item in the TagBrowser.
(Inherited from BindableItem)
Public propertyNameName of the custom property
Public propertyPersistentShould the custom property be written to disk.
Public propertyReadOnlyWhether the custom property can be edited in the user interface or not.
Public propertyType The declared .Net type of the item.
(Inherited from BindableItem)
Public propertyUpdatedScriptOccurs whenever the custom property value changes.
Public propertyValue Gets or sets the value of the item.
(Inherited from BindableItem)
Top
See Also