Click or drag to resize

BindableItemBindingName Property

The name of the bindable item. Usually the name of the custom property, but for other specialized items (such as Conveyor.IsMotorOn) returns the binding name ("IsMotorOn").

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public abstract string BindingName { get; }

Property Value

Type: String
See Also