UIControllerBindGoToToNextRowAfterLastControl Method

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

Definition

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

Parameters

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

Remarks

See the GoToToNextRowAfterLastControl property for more details
The expression will be evaluated when the value of GoToToNextRowAfterLastControl property is queried.

See Also