Gets whether the property supports binding.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public bool IsBindable { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsBindable As Boolean
Visual C++
public:
property bool IsBindable {
	bool get ();
}

See Also