RelationBindEnabled Method

Sets an expression that will determine the value of the Enabled property.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void BindEnabled(
	Func<bool> condition
)

Parameters

condition  FuncBoolean
The expression that will determine the value of the Enabled property

Remarks

See the Enabled property for more details

See Also